Html Css Color HEX #D7CC3F Wattle

📋 copy color: '#D7CC3F'

red 215 ◦ green 204 ◦ blue 63

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

Shades of Wattle #D7CC3F

Tints of Wattle #D7CC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.07%

R = 44.61%
G = 42.32%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7CC3F (or 0xD7CC3F) is known color: Wattle. HEX triplet: D7, CC and 3F. RGB value is (215,204,63). Sum of RGB (Red+Green+Blue) = 215+204+63=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC3F is #2833C0. Grayscale: #BFBFBF. Windows color (decimal): -2634689 or 4181207. OLE color: 4181207.

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

Color convert

RGB 215 204 63 -
CMYK 0 0.05 0.71 0.16
HSL 55.66º 0.66% 0.55% -
HSV(B) 55.66º 0.71% 0.84% -
XYZ 50.51 57.99 13.23 -
YUV 191.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 215 204 63 0 0.05 0.71 0.16 55.66 0.66 0.55
Hex D7 CC 3F 0 5 47 10 38 42 37
Octal 327 314 77 0 5 107 20 70 102 67
Binary 11010111 11001100 111111 0 101 1000111 10000 111000 1000010 110111

Color Harmonies of #D7CC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC3F

Black with #D7CC3F

Text Example


Text Example

White with #D7CC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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