Html Css Color HEX #DBC004 Sunflower

📋 copy color: '#DBC004'

red 219 ◦ green 192 ◦ blue 4

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

Shades of Sunflower #DBC004

Tints of Sunflower #DBC004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.27%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 52.77%
G = 46.27%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBC004 (or 0xDBC004) is known color: Sunflower. HEX triplet: DB, C0 and 04. RGB value is (219,192,4). Sum of RGB (Red+Green+Blue) = 219+192+4=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC004 is #243FFB. Grayscale: #B3B3B3. Windows color (decimal): -2375676 or 311515. OLE color: 311515.

HSL color Cylindrical-coordinate representation of color #DBC004: hue angle of 52.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBC004 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 4 -
CMYK 0 0.12 0.98 0.14
HSL 52.47º 0.96% 0.44% -
HSV(B) 52.47º 0.98% 0.86% -
XYZ 48.08 52.77 7.77 -
YUV 178.64 29.45 156.79 -
System Red Green Blue C M Y K H S L
Decimal 219 192 4 0 0.12 0.98 0.14 52.47 0.96 0.44
Hex DB C0 4 0 C 62 E 34 60 2C
Octal 333 300 4 0 14 142 16 64 140 54
Binary 11011011 11000000 100 0 1100 1100010 1110 110100 1100000 101100

Color Harmonies of #DBC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC004

Black with #DBC004

Text Example


Text Example

White with #DBC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC004; }

 p { color: rgb(219,192,4); }

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

background-color css

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

 a { background-color: rgb(219,192,4); }

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

border-color css

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

 span { border-color: rgb(219,192,4); }

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