Html Css Color HEX #DCCC34 Wattle

📋 copy color: '#DCCC34'

red 220 ◦ green 204 ◦ blue 52

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

Shades of Wattle #DCCC34

Tints of Wattle #DCCC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.92%

R = 46.22%
G = 42.86%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCCC34 (or 0xDCCC34) is known color: Wattle. HEX triplet: DC, CC and 34. RGB value is (220,204,52). Sum of RGB (Red+Green+Blue) = 220+204+52=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC34 is #2333CB. Grayscale: #C0C0C0. Windows color (decimal): -2307020 or 3460316. OLE color: 3460316.

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

Color convert

RGB 220 204 52 -
CMYK 0 0.07 0.76 0.14
HSL 54.29º 0.71% 0.53% -
HSV(B) 54.29º 0.76% 0.86% -
XYZ 51.73 58.65 11.84 -
YUV 191.46 49.3 148.36 -
System Red Green Blue C M Y K H S L
Decimal 220 204 52 0 0.07 0.76 0.14 54.29 0.71 0.53
Hex DC CC 34 0 7 4C E 36 47 35
Octal 334 314 64 0 7 114 16 66 107 65
Binary 11011100 11001100 110100 0 111 1001100 1110 110110 1000111 110101

Color Harmonies of #DCCC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC34

Black with #DCCC34

Text Example


Text Example

White with #DCCC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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