Html Css Color HEX #D6CA32 Wattle

📋 copy color: '#D6CA32'

red 214 ◦ green 202 ◦ blue 50

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

Shades of Wattle #D6CA32

Tints of Wattle #D6CA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.73%

R = 45.92%
G = 43.35%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D6CA32 (or 0xD6CA32) is known color: Wattle. HEX triplet: D6, CA and 32. RGB value is (214,202,50). Sum of RGB (Red+Green+Blue) = 214+202+50=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA32 is #2935CD. Grayscale: #BCBCBC. Windows color (decimal): -2700750 or 3328726. OLE color: 3328726.

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

Color convert

RGB 214 202 50 -
CMYK 0 0.06 0.77 0.16
HSL 55.61º 0.67% 0.52% -
HSV(B) 55.61º 0.77% 0.84% -
XYZ 49.43 56.77 11.37 -
YUV 188.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 214 202 50 0 0.06 0.77 0.16 55.61 0.67 0.52
Hex D6 CA 32 0 6 4D 10 38 43 34
Octal 326 312 62 0 6 115 20 70 103 64
Binary 11010110 11001010 110010 0 110 1001101 10000 111000 1000011 110100

Color Harmonies of #D6CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA32

Black with #D6CA32

Text Example


Text Example

White with #D6CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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