Html Css Color HEX #DBBC16 Sunflower

📋 copy color: '#DBBC16'

red 219 ◦ green 188 ◦ blue 22

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

Shades of Sunflower #DBBC16

Tints of Sunflower #DBBC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.82%

 BLUE value IS 22 (8.98% from 255) = 5.13%

R = 51.05%
G = 43.82%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBBC16 (or 0xDBBC16) is known color: Sunflower. HEX triplet: DB, BC and 16. RGB value is (219,188,22). Sum of RGB (Red+Green+Blue) = 219+188+22=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC16 is #2443E9. Grayscale: #B3B3B3. Windows color (decimal): -2376682 or 1490139. OLE color: 1490139.

HSL color Cylindrical-coordinate representation of color #DBBC16: hue angle of 50.56º 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 #DBBC16 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 188 22 -
CMYK 0 0.14 0.90 0.14
HSL 50.56º 0.82% 0.47% -
HSV(B) 50.56º 0.9% 0.86% -
XYZ 47.34 51.08 8.12 -
YUV 178.35 39.77 157 -
System Red Green Blue C M Y K H S L
Decimal 219 188 22 0 0.14 0.90 0.14 50.56 0.82 0.47
Hex DB BC 16 0 E 5A E 33 52 2F
Octal 333 274 26 0 16 132 16 63 122 57
Binary 11011011 10111100 10110 0 1110 1011010 1110 110011 1010010 101111

Color Harmonies of #DBBC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC16

Black with #DBBC16

Text Example


Text Example

White with #DBBC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC16; }

 p { color: rgb(219,188,22); }

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

background-color css

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

 a { background-color: rgb(219,188,22); }

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

border-color css

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

 span { border-color: rgb(219,188,22); }

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