Html Css Color HEX #D2C732 Wattle

📋 copy color: '#D2C732'

red 210 ◦ green 199 ◦ blue 50

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

Shades of Wattle #D2C732

Tints of Wattle #D2C732

RGB

 RED value IS 210 (82.42% from 255) = 45.75%

 GREEN value IS 199 (78.13% from 255) = 43.36%

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

R = 45.75%
G = 43.36%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2C732 (or 0xD2C732) is known color: Wattle. HEX triplet: D2, C7 and 32. RGB value is (210,199,50). Sum of RGB (Red+Green+Blue) = 210+199+50=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C732 is #2D38CD. Grayscale: #B9B9B9. Windows color (decimal): -2963662 or 3327954. OLE color: 3327954.

HSL color Cylindrical-coordinate representation of color #D2C732: hue angle of 55.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2C732 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 199 50 -
CMYK 0 0.05 0.76 0.18
HSL 55.88º 0.64% 0.51% -
HSV(B) 55.88º 0.76% 0.82% -
XYZ 47.58 54.78 11.08 -
YUV 185.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 210 199 50 0 0.05 0.76 0.18 55.88 0.64 0.51
Hex D2 C7 32 0 5 4C 12 38 40 33
Octal 322 307 62 0 5 114 22 70 100 63
Binary 11010010 11000111 110010 0 101 1001100 10010 111000 1000000 110011

Color Harmonies of #D2C732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C732

Black with #D2C732

Text Example


Text Example

White with #D2C732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C732; }

 p { color: rgb(210,199,50); }

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

background-color css

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

 a { background-color: rgb(210,199,50); }

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

border-color css

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

 span { border-color: rgb(210,199,50); }

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