Html Css Color HEX #D2C73F Wattle

📋 copy color: '#D2C73F'

red 210 ◦ green 199 ◦ blue 63

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

Shades of Wattle #D2C73F

Tints of Wattle #D2C73F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.16%

 BLUE value IS 63 (25% from 255) = 13.35%

R = 44.49%
G = 42.16%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2C73F (or 0xD2C73F) is known color: Wattle. HEX triplet: D2, C7 and 3F. RGB value is (210,199,63). Sum of RGB (Red+Green+Blue) = 210+199+63=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C73F is #2D38C0. Grayscale: #BBBBBB. Windows color (decimal): -2963649 or 4179922. OLE color: 4179922.

HSL color Cylindrical-coordinate representation of color #D2C73F: hue angle of 55.51º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2C73F is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 199 63 -
CMYK 0 0.05 0.70 0.18
HSL 55.51º 0.62% 0.54% -
HSV(B) 55.51º 0.7% 0.82% -
XYZ 47.9 54.91 12.78 -
YUV 186.79 58.14 144.56 -
System Red Green Blue C M Y K H S L
Decimal 210 199 63 0 0.05 0.70 0.18 55.51 0.62 0.54
Hex D2 C7 3F 0 5 46 12 38 3E 36
Octal 322 307 77 0 5 106 22 70 76 66
Binary 11010010 11000111 111111 0 101 1000110 10010 111000 111110 110110

Color Harmonies of #D2C73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C73F

Black with #D2C73F

Text Example


Text Example

White with #D2C73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C73F; }

 p { color: rgb(210,199,63); }

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

background-color css

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

 a { background-color: rgb(210,199,63); }

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

border-color css

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

 span { border-color: rgb(210,199,63); }

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