Html Css Color HEX #DCB405 Sunflower

📋 copy color: '#DCB405'

red 220 ◦ green 180 ◦ blue 5

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

Shades of Sunflower #DCB405

Tints of Sunflower #DCB405

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 54.32%
G = 44.44%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCB405 (or 0xDCB405) is known color: Sunflower. HEX triplet: DC, B4 and 05. RGB value is (220,180,5). Sum of RGB (Red+Green+Blue) = 220+180+5=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB405 is #234BFA. Grayscale: #ACACAC. Windows color (decimal): -2313211 or 373980. OLE color: 373980.

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

Color convert

RGB 220 180 5 -
CMYK 0 0.18 0.98 0.14
HSL 48.84º 0.96% 0.44% -
HSV(B) 48.84º 0.98% 0.86% -
XYZ 45.86 47.87 6.97 -
YUV 172.01 33.75 162.23 -
System Red Green Blue C M Y K H S L
Decimal 220 180 5 0 0.18 0.98 0.14 48.84 0.96 0.44
Hex DC B4 5 0 12 62 E 31 60 2C
Octal 334 264 5 0 22 142 16 61 140 54
Binary 11011100 10110100 101 0 10010 1100010 1110 110001 1100000 101100

Color Harmonies of #DCB405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB405

Black with #DCB405

Text Example


Text Example

White with #DCB405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB405; }

 p { color: rgb(220,180,5); }

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

background-color css

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

 a { background-color: rgb(220,180,5); }

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

border-color css

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

 span { border-color: rgb(220,180,5); }

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