Html Css Color HEX #D2C33A Wattle

📋 copy color: '#D2C33A'

red 210 ◦ green 195 ◦ blue 58

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

Shades of Wattle #D2C33A

Tints of Wattle #D2C33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.12%

 BLUE value IS 58 (23.05% from 255) = 12.53%

R = 45.36%
G = 42.12%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2C33A (or 0xD2C33A) is known color: Wattle. HEX triplet: D2, C3 and 3A. RGB value is (210,195,58). Sum of RGB (Red+Green+Blue) = 210+195+58=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C33A is #2D3CC5. Grayscale: #B8B8B8. Windows color (decimal): -2964678 or 3851218. OLE color: 3851218.

HSL color Cylindrical-coordinate representation of color #D2C33A: hue angle of 54.08º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2C33A is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 195 58 -
CMYK 0 0.07 0.72 0.18
HSL 54.08º 0.63% 0.53% -
HSV(B) 54.08º 0.72% 0.82% -
XYZ 46.86 53.04 11.77 -
YUV 183.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 210 195 58 0 0.07 0.72 0.18 54.08 0.63 0.53
Hex D2 C3 3A 0 7 48 12 36 3F 35
Octal 322 303 72 0 7 110 22 66 77 65
Binary 11010010 11000011 111010 0 111 1001000 10010 110110 111111 110101

Color Harmonies of #D2C33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C33A

Black with #D2C33A

Text Example


Text Example

White with #D2C33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C33A; }

 p { color: rgb(210,195,58); }

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

background-color css

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

 a { background-color: rgb(210,195,58); }

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

border-color css

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

 span { border-color: rgb(210,195,58); }

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