Html Css Color HEX #D5CF45 Wattle

📋 copy color: '#D5CF45'

red 213 ◦ green 207 ◦ blue 69

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

Shades of Wattle #D5CF45

Tints of Wattle #D5CF45

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.33%

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

R = 43.56%
G = 42.33%
B = 14.11%

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

#D5CF45 (or 0xD5CF45) is known color: Wattle. HEX triplet: D5, CF and 45. RGB value is (213,207,69). Sum of RGB (Red+Green+Blue) = 213+207+69=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF45 is #2A30BA. Grayscale: #C1C1C1. Windows color (decimal): -2764987 or 4575189. OLE color: 4575189.

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

Color convert

RGB 213 207 69 -
CMYK 0 0.03 0.68 0.16
HSL 57.5º 0.63% 0.55% -
HSV(B) 57.5º 0.68% 0.84% -
XYZ 50.83 59.2 14.38 -
YUV 193.06 57.99 142.22 -
System Red Green Blue C M Y K H S L
Decimal 213 207 69 0 0.03 0.68 0.16 57.5 0.63 0.55
Hex D5 CF 45 0 3 44 10 3A 3F 37
Octal 325 317 105 0 3 104 20 72 77 67
Binary 11010101 11001111 1000101 0 11 1000100 10000 111010 111111 110111

Color Harmonies of #D5CF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF45

Black with #D5CF45

Text Example


Text Example

White with #D5CF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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