Html Css Color HEX #DBC229 Sunflower

📋 copy color: '#DBC229'

red 219 ◦ green 194 ◦ blue 41

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

Shades of Sunflower #DBC229

Tints of Sunflower #DBC229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.73%

 BLUE value IS 41 (16.41% from 255) = 9.03%

R = 48.24%
G = 42.73%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBC229 (or 0xDBC229) is known color: Sunflower. HEX triplet: DB, C2 and 29. RGB value is (219,194,41). Sum of RGB (Red+Green+Blue) = 219+194+41=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC229 is #243DD6. Grayscale: #B8B8B8. Windows color (decimal): -2375127 or 2736859. OLE color: 2736859.

HSL color Cylindrical-coordinate representation of color #DBC229: hue angle of 51.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBC229 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 194 41 -
CMYK 0 0.11 0.81 0.14
HSL 51.57º 0.71% 0.51% -
HSV(B) 51.57º 0.81% 0.86% -
XYZ 48.91 53.8 9.91 -
YUV 184.03 47.28 152.94 -
System Red Green Blue C M Y K H S L
Decimal 219 194 41 0 0.11 0.81 0.14 51.57 0.71 0.51
Hex DB C2 29 0 B 51 E 34 47 33
Octal 333 302 51 0 13 121 16 64 107 63
Binary 11011011 11000010 101001 0 1011 1010001 1110 110100 1000111 110011

Color Harmonies of #DBC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC229

Black with #DBC229

Text Example


Text Example

White with #DBC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC229; }

 p { color: rgb(219,194,41); }

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

background-color css

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

 a { background-color: rgb(219,194,41); }

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

border-color css

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

 span { border-color: rgb(219,194,41); }

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