Html Css Color HEX #D5CE45 Wattle

📋 copy color: '#D5CE45'

red 213 ◦ green 206 ◦ blue 69

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

Shades of Wattle #D5CE45

Tints of Wattle #D5CE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.14%

R = 43.65%
G = 42.21%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5CE45 (or 0xD5CE45) is known color: Wattle. HEX triplet: D5, CE and 45. RGB value is (213,206,69). Sum of RGB (Red+Green+Blue) = 213+206+69=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE45 is #2A31BA. Grayscale: #C1C1C1. Windows color (decimal): -2765243 or 4574933. OLE color: 4574933.

HSL color Cylindrical-coordinate representation of color #D5CE45: hue angle of 57.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5CE45 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 69 -
CMYK 0 0.03 0.68 0.16
HSL 57.08º 0.63% 0.55% -
HSV(B) 57.08º 0.68% 0.84% -
XYZ 50.59 58.72 14.3 -
YUV 192.48 58.32 142.64 -
System Red Green Blue C M Y K H S L
Decimal 213 206 69 0 0.03 0.68 0.16 57.08 0.63 0.55
Hex D5 CE 45 0 3 44 10 39 3F 37
Octal 325 316 105 0 3 104 20 71 77 67
Binary 11010101 11001110 1000101 0 11 1000100 10000 111001 111111 110111

Color Harmonies of #D5CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE45

Black with #D5CE45

Text Example


Text Example

White with #D5CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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