Html Css Color HEX #D5CD42 Wattle

📋 copy color: '#D5CD42'

red 213 ◦ green 205 ◦ blue 66

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

Shades of Wattle #D5CD42

Tints of Wattle #D5CD42

RGB

 RED value IS 213 (83.59% from 255) = 44.01%

 GREEN value IS 205 (80.47% from 255) = 42.36%

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

R = 44.01%
G = 42.36%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5CD42 (or 0xD5CD42) is known color: Wattle. HEX triplet: D5, CD and 42. RGB value is (213,205,66). Sum of RGB (Red+Green+Blue) = 213+205+66=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD42 is #2A32BD. Grayscale: #C0C0C0. Windows color (decimal): -2765502 or 4378069. OLE color: 4378069.

HSL color Cylindrical-coordinate representation of color #D5CD42: hue angle of 56.73º degrees, saturation: 0.64, 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 #D5CD42 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 66 -
CMYK 0 0.04 0.69 0.16
HSL 56.73º 0.64% 0.55% -
HSV(B) 56.73º 0.69% 0.84% -
XYZ 50.26 58.2 13.74 -
YUV 191.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 213 205 66 0 0.04 0.69 0.16 56.73 0.64 0.55
Hex D5 CD 42 0 4 45 10 39 40 37
Octal 325 315 102 0 4 105 20 71 100 67
Binary 11010101 11001101 1000010 0 100 1000101 10000 111001 1000000 110111

Color Harmonies of #D5CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD42

Black with #D5CD42

Text Example


Text Example

White with #D5CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD42; }

 p { color: rgb(213,205,66); }

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

background-color css

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

 a { background-color: rgb(213,205,66); }

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

border-color css

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

 span { border-color: rgb(213,205,66); }

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