Html Css Color HEX #D6CA2F Wattle

📋 copy color: '#D6CA2F'

red 214 ◦ green 202 ◦ blue 47

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

Shades of Wattle #D6CA2F

Tints of Wattle #D6CA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.15%

R = 46.22%
G = 43.63%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6CA2F (or 0xD6CA2F) is known color: Wattle. HEX triplet: D6, CA and 2F. RGB value is (214,202,47). Sum of RGB (Red+Green+Blue) = 214+202+47=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA2F is #2935D0. Grayscale: #BCBCBC. Windows color (decimal): -2700753 or 3132118. OLE color: 3132118.

HSL color Cylindrical-coordinate representation of color #D6CA2F: hue angle of 55.69º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6CA2F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 202 47 -
CMYK 0 0.06 0.78 0.16
HSL 55.69º 0.67% 0.51% -
HSV(B) 55.69º 0.78% 0.84% -
XYZ 49.37 56.74 11.04 -
YUV 187.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 214 202 47 0 0.06 0.78 0.16 55.69 0.67 0.51
Hex D6 CA 2F 0 6 4E 10 38 43 33
Octal 326 312 57 0 6 116 20 70 103 63
Binary 11010110 11001010 101111 0 110 1001110 10000 111000 1000011 110011

Color Harmonies of #D6CA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA2F

Black with #D6CA2F

Text Example


Text Example

White with #D6CA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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