Html Css Color HEX #D2C333 Wattle

📋 copy color: '#D2C333'

red 210 ◦ green 195 ◦ blue 51

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

Shades of Wattle #D2C333

Tints of Wattle #D2C333

RGB

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

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

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

R = 46.05%
G = 42.76%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2C333 (or 0xD2C333) is known color: Wattle. HEX triplet: D2, C3 and 33. RGB value is (210,195,51). Sum of RGB (Red+Green+Blue) = 210+195+51=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C333 is #2D3CCC. Grayscale: #B7B7B7. Windows color (decimal): -2964685 or 3392466. OLE color: 3392466.

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

Color convert

RGB 210 195 51 -
CMYK 0 0.07 0.76 0.18
HSL 54.34º 0.64% 0.51% -
HSV(B) 54.34º 0.76% 0.82% -
XYZ 46.69 52.97 10.9 -
YUV 183.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 210 195 51 0 0.07 0.76 0.18 54.34 0.64 0.51
Hex D2 C3 33 0 7 4C 12 36 40 33
Octal 322 303 63 0 7 114 22 66 100 63
Binary 11010010 11000011 110011 0 111 1001100 10010 110110 1000000 110011

Color Harmonies of #D2C333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C333

Black with #D2C333

Text Example


Text Example

White with #D2C333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C333; }

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

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

background-color css

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

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

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

border-color css

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

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

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