Html Css Color HEX #D5CE40 Wattle

📋 copy color: '#D5CE40'

red 213 ◦ green 206 ◦ blue 64

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

Shades of Wattle #D5CE40

Tints of Wattle #D5CE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.65%

 BLUE value IS 64 (25.39% from 255) = 13.25%

R = 44.1%
G = 42.65%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5CE40 (or 0xD5CE40) is known color: Wattle. HEX triplet: D5, CE and 40. RGB value is (213,206,64). Sum of RGB (Red+Green+Blue) = 213+206+64=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE40 is #2A31BF. Grayscale: #C0C0C0. Windows color (decimal): -2765248 or 4247253. OLE color: 4247253.

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

Color convert

RGB 213 206 64 -
CMYK 0 0.03 0.70 0.16
HSL 57.18º 0.64% 0.54% -
HSV(B) 57.18º 0.7% 0.84% -
XYZ 50.44 58.66 13.51 -
YUV 191.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 213 206 64 0 0.03 0.70 0.16 57.18 0.64 0.54
Hex D5 CE 40 0 3 46 10 39 40 36
Octal 325 316 100 0 3 106 20 71 100 66
Binary 11010101 11001110 1000000 0 11 1000110 10000 111001 1000000 110110

Color Harmonies of #D5CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE40

Black with #D5CE40

Text Example


Text Example

White with #D5CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE40; }

 p { color: rgb(213,206,64); }

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

background-color css

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

 a { background-color: rgb(213,206,64); }

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

border-color css

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

 span { border-color: rgb(213,206,64); }

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