Html Css Color HEX #DCBB04 Sunflower

📋 copy color: '#DCBB04'

red 220 ◦ green 187 ◦ blue 4

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

Shades of Sunflower #DCBB04

Tints of Sunflower #DCBB04

RGB

 RED value IS 220 (86.33% from 255) = 53.53%

 GREEN value IS 187 (73.44% from 255) = 45.5%

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

R = 53.53%
G = 45.5%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCBB04 (or 0xDCBB04) is known color: Sunflower. HEX triplet: DC, BB and 04. RGB value is (220,187,4). Sum of RGB (Red+Green+Blue) = 220+187+4=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBB04 is #2344FB. Grayscale: #B0B0B0. Windows color (decimal): -2311420 or 310236. OLE color: 310236.

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

Color convert

RGB 220 187 4 -
CMYK 0 0.15 0.98 0.14
HSL 50.83º 0.96% 0.44% -
HSV(B) 50.83º 0.98% 0.86% -
XYZ 47.31 50.77 7.42 -
YUV 176.01 30.93 159.38 -
System Red Green Blue C M Y K H S L
Decimal 220 187 4 0 0.15 0.98 0.14 50.83 0.96 0.44
Hex DC BB 4 0 F 62 E 33 60 2C
Octal 334 273 4 0 17 142 16 63 140 54
Binary 11011100 10111011 100 0 1111 1100010 1110 110011 1100000 101100

Color Harmonies of #DCBB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB04

Black with #DCBB04

Text Example


Text Example

White with #DCBB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB04; }

 p { color: rgb(220,187,4); }

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

background-color css

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

 a { background-color: rgb(220,187,4); }

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

border-color css

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

 span { border-color: rgb(220,187,4); }

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