Html Css Color HEX #DCCC3F Wattle

📋 copy color: '#DCCC3F'

red 220 ◦ green 204 ◦ blue 63

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

Shades of Wattle #DCCC3F

Tints of Wattle #DCCC3F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

 BLUE value IS 63 (25% from 255) = 12.94%

R = 45.17%
G = 41.89%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCCC3F (or 0xDCCC3F) is known color: Wattle. HEX triplet: DC, CC and 3F. RGB value is (220,204,63). Sum of RGB (Red+Green+Blue) = 220+204+63=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 63 (25% from 255 or 12.94% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC3F is #2333C0. Grayscale: #C1C1C1. Windows color (decimal): -2307009 or 4181212. OLE color: 4181212.

HSL color Cylindrical-coordinate representation of color #DCCC3F: hue angle of 53.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCCC3F is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 63 -
CMYK 0 0.07 0.71 0.14
HSL 53.89º 0.69% 0.55% -
HSV(B) 53.89º 0.71% 0.86% -
XYZ 52.01 58.76 13.3 -
YUV 192.71 54.8 147.46 -
System Red Green Blue C M Y K H S L
Decimal 220 204 63 0 0.07 0.71 0.14 53.89 0.69 0.55
Hex DC CC 3F 0 7 47 E 36 45 37
Octal 334 314 77 0 7 107 16 66 105 67
Binary 11011100 11001100 111111 0 111 1000111 1110 110110 1000101 110111

Color Harmonies of #DCCC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC3F

Black with #DCCC3F

Text Example


Text Example

White with #DCCC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC3F; }

 p { color: rgb(220,204,63); }

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

background-color css

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

 a { background-color: rgb(220,204,63); }

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

border-color css

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

 span { border-color: rgb(220,204,63); }

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