Html Css Color HEX #D7C140 Wattle

📋 copy color: '#D7C140'

red 215 ◦ green 193 ◦ blue 64

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

Shades of Wattle #D7C140

Tints of Wattle #D7C140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.89%

 BLUE value IS 64 (25.39% from 255) = 13.56%

R = 45.55%
G = 40.89%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D7C140 (or 0xD7C140) is known color: Wattle. HEX triplet: D7, C1 and 40. RGB value is (215,193,64). Sum of RGB (Red+Green+Blue) = 215+193+64=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C140 is #283EBF. Grayscale: #B9B9B9. Windows color (decimal): -2637504 or 4243927. OLE color: 4243927.

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

Color convert

RGB 215 193 64 -
CMYK 0 0.10 0.70 0.16
HSL 51.26º 0.65% 0.55% -
HSV(B) 51.26º 0.7% 0.84% -
XYZ 48.02 52.96 12.54 -
YUV 184.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 215 193 64 0 0.10 0.70 0.16 51.26 0.65 0.55
Hex D7 C1 40 0 A 46 10 33 41 37
Octal 327 301 100 0 12 106 20 63 101 67
Binary 11010111 11000001 1000000 0 1010 1000110 10000 110011 1000001 110111

Color Harmonies of #D7C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C140

Black with #D7C140

Text Example


Text Example

White with #D7C140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C140; }

 p { color: rgb(215,193,64); }

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

background-color css

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

 a { background-color: rgb(215,193,64); }

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

border-color css

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

 span { border-color: rgb(215,193,64); }

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