Html Css Color HEX #D2C635 Wattle

📋 copy color: '#D2C635'

red 210 ◦ green 198 ◦ blue 53

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

Shades of Wattle #D2C635

Tints of Wattle #D2C635

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.95%

 BLUE value IS 53 (21.09% from 255) = 11.5%

R = 45.55%
G = 42.95%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2C635 (or 0xD2C635) is known color: Wattle. HEX triplet: D2, C6 and 35. RGB value is (210,198,53). Sum of RGB (Red+Green+Blue) = 210+198+53=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C635 is #2D39CA. Grayscale: #B9B9B9. Windows color (decimal): -2963915 or 3524306. OLE color: 3524306.

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

Color convert

RGB 210 198 53 -
CMYK 0 0.06 0.75 0.18
HSL 55.41º 0.64% 0.52% -
HSV(B) 55.41º 0.75% 0.82% -
XYZ 47.42 54.35 11.36 -
YUV 185.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 210 198 53 0 0.06 0.75 0.18 55.41 0.64 0.52
Hex D2 C6 35 0 6 4B 12 37 40 34
Octal 322 306 65 0 6 113 22 67 100 64
Binary 11010010 11000110 110101 0 110 1001011 10010 110111 1000000 110100

Color Harmonies of #D2C635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C635

Black with #D2C635

Text Example


Text Example

White with #D2C635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C635; }

 p { color: rgb(210,198,53); }

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

background-color css

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

 a { background-color: rgb(210,198,53); }

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

border-color css

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

 span { border-color: rgb(210,198,53); }

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