Html Css Color HEX #D5C942 Wattle

📋 copy color: '#D5C942'

red 213 ◦ green 201 ◦ blue 66

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

Shades of Wattle #D5C942

Tints of Wattle #D5C942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.88%

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

R = 44.38%
G = 41.88%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5C942 (or 0xD5C942) is known color: Wattle. HEX triplet: D5, C9 and 42. RGB value is (213,201,66). Sum of RGB (Red+Green+Blue) = 213+201+66=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C942 is #2A36BD. Grayscale: #BDBDBD. Windows color (decimal): -2766526 or 4377045. OLE color: 4377045.

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

Color convert

RGB 213 201 66 -
CMYK 0 0.06 0.69 0.16
HSL 55.1º 0.64% 0.55% -
HSV(B) 55.1º 0.69% 0.84% -
XYZ 49.31 56.31 13.42 -
YUV 189.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 213 201 66 0 0.06 0.69 0.16 55.1 0.64 0.55
Hex D5 C9 42 0 6 45 10 37 40 37
Octal 325 311 102 0 6 105 20 67 100 67
Binary 11010101 11001001 1000010 0 110 1000101 10000 110111 1000000 110111

Color Harmonies of #D5C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C942

Black with #D5C942

Text Example


Text Example

White with #D5C942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C942; }

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

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

background-color css

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

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

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

border-color css

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

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

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