Html Css Color HEX #DCC305 Sunflower

📋 copy color: '#DCC305'

red 220 ◦ green 195 ◦ blue 5

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

Shades of Sunflower #DCC305

Tints of Sunflower #DCC305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.43%

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

R = 52.38%
G = 46.43%
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

#DCC305 (or 0xDCC305) is known color: Sunflower. HEX triplet: DC, C3 and 05. RGB value is (220,195,5). Sum of RGB (Red+Green+Blue) = 220+195+5=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC305 is #233CFA. Grayscale: #B5B5B5. Windows color (decimal): -2309371 or 377820. OLE color: 377820.

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

Color convert

RGB 220 195 5 -
CMYK 0 0.11 0.98 0.14
HSL 53.02º 0.96% 0.44% -
HSV(B) 53.02º 0.98% 0.86% -
XYZ 49.06 54.26 8.03 -
YUV 180.82 28.78 155.95 -
System Red Green Blue C M Y K H S L
Decimal 220 195 5 0 0.11 0.98 0.14 53.02 0.96 0.44
Hex DC C3 5 0 B 62 E 35 60 2C
Octal 334 303 5 0 13 142 16 65 140 54
Binary 11011100 11000011 101 0 1011 1100010 1110 110101 1100000 101100

Color Harmonies of #DCC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC305

Black with #DCC305

Text Example


Text Example

White with #DCC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC305; }

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

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

background-color css

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

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

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

border-color css

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

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

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