Html Css Color HEX #D7CC3A Wattle

📋 copy color: '#D7CC3A'

red 215 ◦ green 204 ◦ blue 58

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

Shades of Wattle #D7CC3A

Tints of Wattle #D7CC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.16%

R = 45.07%
G = 42.77%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7CC3A (or 0xD7CC3A) is known color: Wattle. HEX triplet: D7, CC and 3A. RGB value is (215,204,58). Sum of RGB (Red+Green+Blue) = 215+204+58=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC3A is #2833C5. Grayscale: #BFBFBF. Windows color (decimal): -2634694 or 3853527. OLE color: 3853527.

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

Color convert

RGB 215 204 58 -
CMYK 0 0.05 0.73 0.16
HSL 55.8º 0.66% 0.54% -
HSV(B) 55.8º 0.73% 0.84% -
XYZ 50.38 57.94 12.53 -
YUV 190.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 215 204 58 0 0.05 0.73 0.16 55.8 0.66 0.54
Hex D7 CC 3A 0 5 49 10 38 42 36
Octal 327 314 72 0 5 111 20 70 102 66
Binary 11010111 11001100 111010 0 101 1001001 10000 111000 1000010 110110

Color Harmonies of #D7CC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC3A

Black with #D7CC3A

Text Example


Text Example

White with #D7CC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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