Html Css Color HEX #DBC80F Sunflower

📋 copy color: '#DBC80F'

red 219 ◦ green 200 ◦ blue 15

#DBC80F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DBC80F

Tints of Sunflower #DBC80F

RGB

 RED value IS 219 (85.94% from 255) = 50.46%

 GREEN value IS 200 (78.52% from 255) = 46.08%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 50.46%
G = 46.08%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBC80F (or 0xDBC80F) is known color: Sunflower. HEX triplet: DB, C8 and 0F. RGB value is (219,200,15). Sum of RGB (Red+Green+Blue) = 219+200+15=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC80F is #2437F0. Grayscale: #B9B9B9. Windows color (decimal): -2373617 or 1034459. OLE color: 1034459.

HSL color Cylindrical-coordinate representation of color #DBC80F: hue angle of 54.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBC80F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 200 15 -
CMYK 0 0.09 0.93 0.14
HSL 54.41º 0.87% 0.46% -
HSV(B) 54.41º 0.93% 0.86% -
XYZ 49.95 56.4 8.71 -
YUV 184.59 32.29 152.54 -
System Red Green Blue C M Y K H S L
Decimal 219 200 15 0 0.09 0.93 0.14 54.41 0.87 0.46
Hex DB C8 F 0 9 5D E 36 57 2E
Octal 333 310 17 0 11 135 16 66 127 56
Binary 11011011 11001000 1111 0 1001 1011101 1110 110110 1010111 101110

Color Harmonies of #DBC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC80F

Black with #DBC80F

Text Example


Text Example

White with #DBC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC80F; }

 p { color: rgb(219,200,15); }

 H1.HeaderClassName
 {
   color: #DBC80F;
 }
 .AnyTagClassName
 {
   color: #DBC80F;
 }
</style>

background-color css

<style>
 a { background-color: #DBC80F; }

 a { background-color: rgb(219,200,15); }

 div.DivClassName
 {
   background-color: #DBC80F;
 }
 .BgClassName
 {
   background-color: #DBC80F;
 }
</style>

border-color css

<style>
 span { border-color: #DBC80F; }

 span { border-color: rgb(219,200,15); }

 td.TdClassName
 {
   border-color: #DBC80F;
 }
 .TagClassName
 {
   border-color: #DBC80F;
 }
</style>