Html Css Color HEX #D7CC3C Wattle

📋 copy color: '#D7CC3C'

red 215 ◦ green 204 ◦ blue 60

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

Shades of Wattle #D7CC3C

Tints of Wattle #D7CC3C

RGB

 RED value IS 215 (84.38% from 255) = 44.89%

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

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

R = 44.89%
G = 42.59%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7CC3C (or 0xD7CC3C) is known color: Wattle. HEX triplet: D7, CC and 3C. RGB value is (215,204,60). Sum of RGB (Red+Green+Blue) = 215+204+60=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC3C is #2833C3. Grayscale: #BFBFBF. Windows color (decimal): -2634692 or 3984599. OLE color: 3984599.

HSL color Cylindrical-coordinate representation of color #D7CC3C: hue angle of 55.74º degrees, saturation: 0.66, 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 #D7CC3C is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 204 60 -
CMYK 0 0.05 0.72 0.16
HSL 55.74º 0.66% 0.54% -
HSV(B) 55.74º 0.72% 0.84% -
XYZ 50.43 57.96 12.8 -
YUV 190.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 215 204 60 0 0.05 0.72 0.16 55.74 0.66 0.54
Hex D7 CC 3C 0 5 48 10 38 42 36
Octal 327 314 74 0 5 110 20 70 102 66
Binary 11010111 11001100 111100 0 101 1001000 10000 111000 1000010 110110

Color Harmonies of #D7CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC3C

Black with #D7CC3C

Text Example


Text Example

White with #D7CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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