Html Css Color HEX #D7C042 Wattle

📋 copy color: '#D7C042'

red 215 ◦ green 192 ◦ blue 66

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

Shades of Wattle #D7C042

Tints of Wattle #D7C042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.59%

 BLUE value IS 66 (26.17% from 255) = 13.95%

R = 45.45%
G = 40.59%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D7C042 (or 0xD7C042) is known color: Wattle. HEX triplet: D7, C0 and 42. RGB value is (215,192,66). Sum of RGB (Red+Green+Blue) = 215+192+66=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C042 is #283FBD. Grayscale: #B9B9B9. Windows color (decimal): -2637758 or 4374743. OLE color: 4374743.

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

Color convert

RGB 215 192 66 -
CMYK 0 0.11 0.69 0.16
HSL 50.74º 0.65% 0.55% -
HSV(B) 50.74º 0.69% 0.84% -
XYZ 47.86 52.54 12.77 -
YUV 184.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 215 192 66 0 0.11 0.69 0.16 50.74 0.65 0.55
Hex D7 C0 42 0 B 45 10 33 41 37
Octal 327 300 102 0 13 105 20 63 101 67
Binary 11010111 11000000 1000010 0 1011 1000101 10000 110011 1000001 110111

Color Harmonies of #D7C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C042

Black with #D7C042

Text Example


Text Example

White with #D7C042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C042; }

 p { color: rgb(215,192,66); }

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

background-color css

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

 a { background-color: rgb(215,192,66); }

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

border-color css

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

 span { border-color: rgb(215,192,66); }

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