Html Css Color HEX #DBCB15 Sunflower

📋 copy color: '#DBCB15'

red 219 ◦ green 203 ◦ blue 21

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

Shades of Sunflower #DBCB15

Tints of Sunflower #DBCB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.74%

R = 49.44%
G = 45.82%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBCB15 (or 0xDBCB15) is known color: Sunflower. HEX triplet: DB, CB and 15. RGB value is (219,203,21). Sum of RGB (Red+Green+Blue) = 219+203+21=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB15 is #2434EA. Grayscale: #BBBBBB. Windows color (decimal): -2372843 or 1428443. OLE color: 1428443.

HSL color Cylindrical-coordinate representation of color #DBCB15: hue angle of 55.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBCB15 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 203 21 -
CMYK 0 0.07 0.90 0.14
HSL 55.15º 0.83% 0.47% -
HSV(B) 55.15º 0.9% 0.86% -
XYZ 50.7 57.83 9.2 -
YUV 187.04 34.3 150.8 -
System Red Green Blue C M Y K H S L
Decimal 219 203 21 0 0.07 0.90 0.14 55.15 0.83 0.47
Hex DB CB 15 0 7 5A E 37 52 2F
Octal 333 313 25 0 7 132 16 67 122 57
Binary 11011011 11001011 10101 0 111 1011010 1110 110111 1010010 101111

Color Harmonies of #DBCB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCB15

Black with #DBCB15

Text Example


Text Example

White with #DBCB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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