Html Css Color HEX #D2C832 Wattle

📋 copy color: '#D2C832'

red 210 ◦ green 200 ◦ blue 50

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

Shades of Wattle #D2C832

Tints of Wattle #D2C832

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.48%

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

R = 45.65%
G = 43.48%
B = 10.87%

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

#D2C832 (or 0xD2C832) is known color: Wattle. HEX triplet: D2, C8 and 32. RGB value is (210,200,50). Sum of RGB (Red+Green+Blue) = 210+200+50=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C832 is #2D37CD. Grayscale: #BABABA. Windows color (decimal): -2963406 or 3328210. OLE color: 3328210.

HSL color Cylindrical-coordinate representation of color #D2C832: hue angle of 56.25º 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 #D2C832 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 200 50 -
CMYK 0 0.05 0.76 0.18
HSL 56.25º 0.64% 0.51% -
HSV(B) 56.25º 0.76% 0.82% -
XYZ 47.81 55.24 11.16 -
YUV 185.89 51.31 145.2 -
System Red Green Blue C M Y K H S L
Decimal 210 200 50 0 0.05 0.76 0.18 56.25 0.64 0.51
Hex D2 C8 32 0 5 4C 12 38 40 33
Octal 322 310 62 0 5 114 22 70 100 63
Binary 11010010 11001000 110010 0 101 1001100 10010 111000 1000000 110011

Color Harmonies of #D2C832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C832

Black with #D2C832

Text Example


Text Example

White with #D2C832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C832; }

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

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

background-color css

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

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

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

border-color css

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

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

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