Html Css Color HEX #D7D13C Wattle

📋 copy color: '#D7D13C'

red 215 ◦ green 209 ◦ blue 60

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

Shades of Wattle #D7D13C

Tints of Wattle #D7D13C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.18%

 BLUE value IS 60 (23.83% from 255) = 12.4%

R = 44.42%
G = 43.18%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7D13C (or 0xD7D13C) is known color: Wattle. HEX triplet: D7, D1 and 3C. RGB value is (215,209,60). Sum of RGB (Red+Green+Blue) = 215+209+60=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D13C is #282EC3. Grayscale: #C2C2C2. Windows color (decimal): -2633412 or 3985879. OLE color: 3985879.

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

Color convert

RGB 215 209 60 -
CMYK 0 0.03 0.72 0.16
HSL 57.68º 0.66% 0.54% -
HSV(B) 57.68º 0.72% 0.84% -
XYZ 51.64 60.37 13.21 -
YUV 193.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 215 209 60 0 0.03 0.72 0.16 57.68 0.66 0.54
Hex D7 D1 3C 0 3 48 10 3A 42 36
Octal 327 321 74 0 3 110 20 72 102 66
Binary 11010111 11010001 111100 0 11 1001000 10000 111010 1000010 110110

Color Harmonies of #D7D13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D13C

Black with #D7D13C

Text Example


Text Example

White with #D7D13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D13C; }

 p { color: rgb(215,209,60); }

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

background-color css

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

 a { background-color: rgb(215,209,60); }

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

border-color css

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

 span { border-color: rgb(215,209,60); }

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