Html Css Color HEX #D5C042 Wattle

📋 copy color: '#D5C042'

red 213 ◦ green 192 ◦ blue 66

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

Shades of Wattle #D5C042

Tints of Wattle #D5C042

RGB

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

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

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

R = 45.22%
G = 40.76%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5C042 (or 0xD5C042) is known color: Wattle. HEX triplet: D5, C0 and 42. RGB value is (213,192,66). Sum of RGB (Red+Green+Blue) = 213+192+66=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C042 is #2A3FBD. Grayscale: #B8B8B8. Windows color (decimal): -2768830 or 4374741. OLE color: 4374741.

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

Color convert

RGB 213 192 66 -
CMYK 0 0.10 0.69 0.16
HSL 51.43º 0.64% 0.55% -
HSV(B) 51.43º 0.69% 0.84% -
XYZ 47.27 52.24 12.75 -
YUV 183.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 213 192 66 0 0.10 0.69 0.16 51.43 0.64 0.55
Hex D5 C0 42 0 A 45 10 33 40 37
Octal 325 300 102 0 12 105 20 63 100 67
Binary 11010101 11000000 1000010 0 1010 1000101 10000 110011 1000000 110111

Color Harmonies of #D5C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C042

Black with #D5C042

Text Example


Text Example

White with #D5C042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C042; }

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

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

background-color css

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

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

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

border-color css

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

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

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