Html Css Color HEX #DCC306 Sunflower

📋 copy color: '#DCC306'

red 220 ◦ green 195 ◦ blue 6

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

Shades of Sunflower #DCC306

Tints of Sunflower #DCC306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 52.26%
G = 46.32%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCC306 (or 0xDCC306) is known color: Sunflower. HEX triplet: DC, C3 and 06. RGB value is (220,195,6). Sum of RGB (Red+Green+Blue) = 220+195+6=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC306 is #233CF9. Grayscale: #B5B5B5. Windows color (decimal): -2309370 or 443356. OLE color: 443356.

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

Color convert

RGB 220 195 6 -
CMYK 0 0.11 0.97 0.14
HSL 52.99º 0.95% 0.44% -
HSV(B) 52.99º 0.97% 0.86% -
XYZ 49.06 54.26 8.06 -
YUV 180.93 29.28 155.87 -
System Red Green Blue C M Y K H S L
Decimal 220 195 6 0 0.11 0.97 0.14 52.99 0.95 0.44
Hex DC C3 6 0 B 61 E 35 5F 2C
Octal 334 303 6 0 13 141 16 65 137 54
Binary 11011100 11000011 110 0 1011 1100001 1110 110101 1011111 101100

Color Harmonies of #DCC306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC306

Black with #DCC306

Text Example


Text Example

White with #DCC306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC306; }

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

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

background-color css

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

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

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

border-color css

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

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

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