Html Css Color HEX #DCC405 Sunflower

📋 copy color: '#DCC405'

red 220 ◦ green 196 ◦ blue 5

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

Shades of Sunflower #DCC405

Tints of Sunflower #DCC405

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.56%

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

R = 52.26%
G = 46.56%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCC405 (or 0xDCC405) is known color: Sunflower. HEX triplet: DC, C4 and 05. RGB value is (220,196,5). Sum of RGB (Red+Green+Blue) = 220+196+5=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC405 is #233BFA. Grayscale: #B6B6B6. Windows color (decimal): -2309115 or 378076. OLE color: 378076.

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

Color convert

RGB 220 196 5 -
CMYK 0 0.11 0.98 0.14
HSL 53.3º 0.96% 0.44% -
HSV(B) 53.3º 0.98% 0.86% -
XYZ 49.28 54.71 8.11 -
YUV 181.4 28.45 155.53 -
System Red Green Blue C M Y K H S L
Decimal 220 196 5 0 0.11 0.98 0.14 53.3 0.96 0.44
Hex DC C4 5 0 B 62 E 35 60 2C
Octal 334 304 5 0 13 142 16 65 140 54
Binary 11011100 11000100 101 0 1011 1100010 1110 110101 1100000 101100

Color Harmonies of #DCC405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC405

Black with #DCC405

Text Example


Text Example

White with #DCC405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC405; }

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

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

background-color css

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

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

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

border-color css

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

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

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