Html Css Color HEX #DCCC3B Wattle

📋 copy color: '#DCCC3B'

red 220 ◦ green 204 ◦ blue 59

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

Shades of Wattle #DCCC3B

Tints of Wattle #DCCC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.22%

R = 45.55%
G = 42.24%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCCC3B (or 0xDCCC3B) is known color: Wattle. HEX triplet: DC, CC and 3B. RGB value is (220,204,59). Sum of RGB (Red+Green+Blue) = 220+204+59=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 59 (23.44% from 255 or 12.22% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC3B is #2333C4. Grayscale: #C0C0C0. Windows color (decimal): -2307013 or 3919068. OLE color: 3919068.

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

Color convert

RGB 220 204 59 -
CMYK 0 0.07 0.73 0.14
HSL 54.04º 0.7% 0.55% -
HSV(B) 54.04º 0.73% 0.86% -
XYZ 51.9 58.72 12.74 -
YUV 192.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 220 204 59 0 0.07 0.73 0.14 54.04 0.7 0.55
Hex DC CC 3B 0 7 49 E 36 46 37
Octal 334 314 73 0 7 111 16 66 106 67
Binary 11011100 11001100 111011 0 111 1001001 1110 110110 1000110 110111

Color Harmonies of #DCCC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC3B

Black with #DCCC3B

Text Example


Text Example

White with #DCCC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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