Html Css Color HEX #D2C133 Wattle

📋 copy color: '#D2C133'

red 210 ◦ green 193 ◦ blue 51

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

Shades of Wattle #D2C133

Tints of Wattle #D2C133

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.51%

 BLUE value IS 51 (20.31% from 255) = 11.23%

R = 46.26%
G = 42.51%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2C133 (or 0xD2C133) is known color: Wattle. HEX triplet: D2, C1 and 33. RGB value is (210,193,51). Sum of RGB (Red+Green+Blue) = 210+193+51=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C133 is #2D3ECC. Grayscale: #B6B6B6. Windows color (decimal): -2965197 or 3391954. OLE color: 3391954.

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

Color convert

RGB 210 193 51 -
CMYK 0 0.08 0.76 0.18
HSL 53.58º 0.64% 0.51% -
HSV(B) 53.58º 0.76% 0.82% -
XYZ 46.25 52.08 10.75 -
YUV 181.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 210 193 51 0 0.08 0.76 0.18 53.58 0.64 0.51
Hex D2 C1 33 0 8 4C 12 36 40 33
Octal 322 301 63 0 10 114 22 66 100 63
Binary 11010010 11000001 110011 0 1000 1001100 10010 110110 1000000 110011

Color Harmonies of #D2C133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C133

Black with #D2C133

Text Example


Text Example

White with #D2C133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C133; }

 p { color: rgb(210,193,51); }

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

background-color css

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

 a { background-color: rgb(210,193,51); }

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

border-color css

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

 span { border-color: rgb(210,193,51); }

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