Html Css Color HEX #D7CC2E Wattle

📋 copy color: '#D7CC2E'

red 215 ◦ green 204 ◦ blue 46

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

Shades of Wattle #D7CC2E

Tints of Wattle #D7CC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.89%

R = 46.24%
G = 43.87%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7CC2E (or 0xD7CC2E) is known color: Wattle. HEX triplet: D7, CC and 2E. RGB value is (215,204,46). Sum of RGB (Red+Green+Blue) = 215+204+46=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC2E is #2833D1. Grayscale: #BDBDBD. Windows color (decimal): -2634706 or 3067095. OLE color: 3067095.

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

Color convert

RGB 215 204 46 -
CMYK 0 0.05 0.79 0.16
HSL 56.09º 0.68% 0.51% -
HSV(B) 56.09º 0.79% 0.84% -
XYZ 50.11 57.83 11.11 -
YUV 189.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 215 204 46 0 0.05 0.79 0.16 56.09 0.68 0.51
Hex D7 CC 2E 0 5 4F 10 38 44 33
Octal 327 314 56 0 5 117 20 70 104 63
Binary 11010111 11001100 101110 0 101 1001111 10000 111000 1000100 110011

Color Harmonies of #D7CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC2E

Black with #D7CC2E

Text Example


Text Example

White with #D7CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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