Html Css Color HEX #D2C43A Wattle

📋 copy color: '#D2C43A'

red 210 ◦ green 196 ◦ blue 58

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

Shades of Wattle #D2C43A

Tints of Wattle #D2C43A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.24%

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

R = 45.26%
G = 42.24%
B = 12.5%

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

#D2C43A (or 0xD2C43A) is known color: Wattle. HEX triplet: D2, C4 and 3A. RGB value is (210,196,58). Sum of RGB (Red+Green+Blue) = 210+196+58=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C43A is #2D3BC5. Grayscale: #B9B9B9. Windows color (decimal): -2964422 or 3851474. OLE color: 3851474.

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

Color convert

RGB 210 196 58 -
CMYK 0 0.07 0.72 0.18
HSL 54.47º 0.63% 0.53% -
HSV(B) 54.47º 0.72% 0.82% -
XYZ 47.08 53.49 11.85 -
YUV 184.45 56.64 146.22 -
System Red Green Blue C M Y K H S L
Decimal 210 196 58 0 0.07 0.72 0.18 54.47 0.63 0.53
Hex D2 C4 3A 0 7 48 12 36 3F 35
Octal 322 304 72 0 7 110 22 66 77 65
Binary 11010010 11000100 111010 0 111 1001000 10010 110110 111111 110101

Color Harmonies of #D2C43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C43A

Black with #D2C43A

Text Example


Text Example

White with #D2C43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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