Html Css Color HEX #D6CD45 Wattle

📋 copy color: '#D6CD45'

red 214 ◦ green 205 ◦ blue 69

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

Shades of Wattle #D6CD45

Tints of Wattle #D6CD45

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

 GREEN value IS 205 (80.47% from 255) = 42.01%

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

R = 43.85%
G = 42.01%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6CD45 (or 0xD6CD45) is known color: Wattle. HEX triplet: D6, CD and 45. RGB value is (214,205,69). Sum of RGB (Red+Green+Blue) = 214+205+69=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CD45 is #2932BA. Grayscale: #C0C0C0. Windows color (decimal): -2699963 or 4574678. OLE color: 4574678.

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

Color convert

RGB 214 205 69 -
CMYK 0 0.04 0.68 0.16
HSL 56.28º 0.64% 0.55% -
HSV(B) 56.28º 0.68% 0.84% -
XYZ 50.64 58.39 14.23 -
YUV 192.19 58.48 143.56 -
System Red Green Blue C M Y K H S L
Decimal 214 205 69 0 0.04 0.68 0.16 56.28 0.64 0.55
Hex D6 CD 45 0 4 44 10 38 40 37
Octal 326 315 105 0 4 104 20 70 100 67
Binary 11010110 11001101 1000101 0 100 1000100 10000 111000 1000000 110111

Color Harmonies of #D6CD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD45

Black with #D6CD45

Text Example


Text Example

White with #D6CD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD45; }

 p { color: rgb(214,205,69); }

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

background-color css

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

 a { background-color: rgb(214,205,69); }

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

border-color css

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

 span { border-color: rgb(214,205,69); }

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