Html Css Color HEX #DBCB12 Sunflower

📋 copy color: '#DBCB12'

red 219 ◦ green 203 ◦ blue 18

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

Shades of Sunflower #DBCB12

Tints of Sunflower #DBCB12

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.14%

 BLUE value IS 18 (7.42% from 255) = 4.09%

R = 49.77%
G = 46.14%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBCB12 (or 0xDBCB12) is known color: Sunflower. HEX triplet: DB, CB and 12. RGB value is (219,203,18). Sum of RGB (Red+Green+Blue) = 219+203+18=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB12 is #2434ED. Grayscale: #BBBBBB. Windows color (decimal): -2372846 or 1231835. OLE color: 1231835.

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

Color convert

RGB 219 203 18 -
CMYK 0 0.07 0.92 0.14
HSL 55.22º 0.85% 0.46% -
HSV(B) 55.22º 0.92% 0.86% -
XYZ 50.68 57.82 9.06 -
YUV 186.69 32.8 151.04 -
System Red Green Blue C M Y K H S L
Decimal 219 203 18 0 0.07 0.92 0.14 55.22 0.85 0.46
Hex DB CB 12 0 7 5C E 37 55 2E
Octal 333 313 22 0 7 134 16 67 125 56
Binary 11011011 11001011 10010 0 111 1011100 1110 110111 1010101 101110

Color Harmonies of #DBCB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCB12

Black with #DBCB12

Text Example


Text Example

White with #DBCB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCB12; }

 p { color: rgb(219,203,18); }

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

background-color css

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

 a { background-color: rgb(219,203,18); }

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

border-color css

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

 span { border-color: rgb(219,203,18); }

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