Html Css Color HEX #D6CA37 Wattle

📋 copy color: '#D6CA37'

red 214 ◦ green 202 ◦ blue 55

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

Shades of Wattle #D6CA37

Tints of Wattle #D6CA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.68%

R = 45.44%
G = 42.89%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D6CA37 (or 0xD6CA37) is known color: Wattle. HEX triplet: D6, CA and 37. RGB value is (214,202,55). Sum of RGB (Red+Green+Blue) = 214+202+55=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA37 is #2935C8. Grayscale: #BDBDBD. Windows color (decimal): -2700745 or 3656406. OLE color: 3656406.

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

Color convert

RGB 214 202 55 -
CMYK 0 0.06 0.74 0.16
HSL 55.47º 0.66% 0.53% -
HSV(B) 55.47º 0.74% 0.84% -
XYZ 49.54 56.81 11.97 -
YUV 188.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 214 202 55 0 0.06 0.74 0.16 55.47 0.66 0.53
Hex D6 CA 37 0 6 4A 10 37 42 35
Octal 326 312 67 0 6 112 20 67 102 65
Binary 11010110 11001010 110111 0 110 1001010 10000 110111 1000010 110101

Color Harmonies of #D6CA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA37

Black with #D6CA37

Text Example


Text Example

White with #D6CA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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