Html Css Color HEX #DCC329 Sunflower

📋 copy color: '#DCC329'

red 220 ◦ green 195 ◦ blue 41

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

Shades of Sunflower #DCC329

Tints of Sunflower #DCC329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 48.25%
G = 42.76%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCC329 (or 0xDCC329) is known color: Sunflower. HEX triplet: DC, C3 and 29. RGB value is (220,195,41). Sum of RGB (Red+Green+Blue) = 220+195+41=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC329 is #233CD6. Grayscale: #B9B9B9. Windows color (decimal): -2309335 or 2737116. OLE color: 2737116.

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

Color convert

RGB 220 195 41 -
CMYK 0 0.11 0.81 0.14
HSL 51.62º 0.72% 0.51% -
HSV(B) 51.62º 0.81% 0.86% -
XYZ 49.43 54.41 9.99 -
YUV 184.92 46.78 153.02 -
System Red Green Blue C M Y K H S L
Decimal 220 195 41 0 0.11 0.81 0.14 51.62 0.72 0.51
Hex DC C3 29 0 B 51 E 34 48 33
Octal 334 303 51 0 13 121 16 64 110 63
Binary 11011100 11000011 101001 0 1011 1010001 1110 110100 1001000 110011

Color Harmonies of #DCC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC329

Black with #DCC329

Text Example


Text Example

White with #DCC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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