Html Css Color HEX #D5C93E Wattle

📋 copy color: '#D5C93E'

red 213 ◦ green 201 ◦ blue 62

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

Shades of Wattle #D5C93E

Tints of Wattle #D5C93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.03%

R = 44.75%
G = 42.23%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5C93E (or 0xD5C93E) is known color: Wattle. HEX triplet: D5, C9 and 3E. RGB value is (213,201,62). Sum of RGB (Red+Green+Blue) = 213+201+62=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C93E is #2A36C1. Grayscale: #BDBDBD. Windows color (decimal): -2766530 or 4114901. OLE color: 4114901.

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

Color convert

RGB 213 201 62 -
CMYK 0 0.06 0.71 0.16
HSL 55.23º 0.64% 0.54% -
HSV(B) 55.23º 0.71% 0.84% -
XYZ 49.2 56.27 12.83 -
YUV 188.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 213 201 62 0 0.06 0.71 0.16 55.23 0.64 0.54
Hex D5 C9 3E 0 6 47 10 37 40 36
Octal 325 311 76 0 6 107 20 67 100 66
Binary 11010101 11001001 111110 0 110 1000111 10000 110111 1000000 110110

Color Harmonies of #D5C93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C93E

Black with #D5C93E

Text Example


Text Example

White with #D5C93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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