Html Css Color HEX #D5CC3C Wattle

📋 copy color: '#D5CC3C'

red 213 ◦ green 204 ◦ blue 60

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

Shades of Wattle #D5CC3C

Tints of Wattle #D5CC3C

RGB

 RED value IS 213 (83.59% from 255) = 44.65%

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

 BLUE value IS 60 (23.83% from 255) = 12.58%

R = 44.65%
G = 42.77%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5CC3C (or 0xD5CC3C) is known color: Wattle. HEX triplet: D5, CC and 3C. RGB value is (213,204,60). Sum of RGB (Red+Green+Blue) = 213+204+60=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC3C is #2A33C3. Grayscale: #BEBEBE. Windows color (decimal): -2765764 or 3984597. OLE color: 3984597.

HSL color Cylindrical-coordinate representation of color #D5CC3C: hue angle of 56.47º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5CC3C is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 60 -
CMYK 0 0.04 0.72 0.16
HSL 56.47º 0.65% 0.54% -
HSV(B) 56.47º 0.72% 0.84% -
XYZ 49.85 57.66 12.78 -
YUV 190.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 213 204 60 0 0.04 0.72 0.16 56.47 0.65 0.54
Hex D5 CC 3C 0 4 48 10 38 41 36
Octal 325 314 74 0 4 110 20 70 101 66
Binary 11010101 11001100 111100 0 100 1001000 10000 111000 1000001 110110

Color Harmonies of #D5CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC3C

Black with #D5CC3C

Text Example


Text Example

White with #D5CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC3C; }

 p { color: rgb(213,204,60); }

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

background-color css

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

 a { background-color: rgb(213,204,60); }

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

border-color css

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

 span { border-color: rgb(213,204,60); }

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