Html Css Color HEX #D7CC2F Wattle

📋 copy color: '#D7CC2F'

red 215 ◦ green 204 ◦ blue 47

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

Shades of Wattle #D7CC2F

Tints of Wattle #D7CC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 46.14%
G = 43.78%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7CC2F (or 0xD7CC2F) is known color: Wattle. HEX triplet: D7, CC and 2F. RGB value is (215,204,47). Sum of RGB (Red+Green+Blue) = 215+204+47=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC2F is #2833D0. Grayscale: #BEBEBE. Windows color (decimal): -2634705 or 3132631. OLE color: 3132631.

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

Color convert

RGB 215 204 47 -
CMYK 0 0.05 0.78 0.16
HSL 56.07º 0.68% 0.51% -
HSV(B) 56.07º 0.78% 0.84% -
XYZ 50.13 57.84 11.21 -
YUV 189.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 215 204 47 0 0.05 0.78 0.16 56.07 0.68 0.51
Hex D7 CC 2F 0 5 4E 10 38 44 33
Octal 327 314 57 0 5 116 20 70 104 63
Binary 11010111 11001100 101111 0 101 1001110 10000 111000 1000100 110011

Color Harmonies of #D7CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC2F

Black with #D7CC2F

Text Example


Text Example

White with #D7CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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