Html Css Color HEX #D6CA44 Wattle

📋 copy color: '#D6CA44'

red 214 ◦ green 202 ◦ blue 68

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

Shades of Wattle #D6CA44

Tints of Wattle #D6CA44

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.74%

 BLUE value IS 68 (26.95% from 255) = 14.05%

R = 44.21%
G = 41.74%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D6CA44 (or 0xD6CA44) is known color: Wattle. HEX triplet: D6, CA and 44. RGB value is (214,202,68). Sum of RGB (Red+Green+Blue) = 214+202+68=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA44 is #2935BB. Grayscale: #BEBEBE. Windows color (decimal): -2700732 or 4508374. OLE color: 4508374.

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

Color convert

RGB 214 202 68 -
CMYK 0 0.06 0.68 0.16
HSL 55.07º 0.64% 0.55% -
HSV(B) 55.07º 0.68% 0.84% -
XYZ 49.9 56.95 13.83 -
YUV 190.31 58.98 144.9 -
System Red Green Blue C M Y K H S L
Decimal 214 202 68 0 0.06 0.68 0.16 55.07 0.64 0.55
Hex D6 CA 44 0 6 44 10 37 40 37
Octal 326 312 104 0 6 104 20 67 100 67
Binary 11010110 11001010 1000100 0 110 1000100 10000 110111 1000000 110111

Color Harmonies of #D6CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA44

Black with #D6CA44

Text Example


Text Example

White with #D6CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA44; }

 p { color: rgb(214,202,68); }

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

background-color css

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

 a { background-color: rgb(214,202,68); }

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

border-color css

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

 span { border-color: rgb(214,202,68); }

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