Html Css Color HEX #D2CD31 Wattle

📋 copy color: '#D2CD31'

red 210 ◦ green 205 ◦ blue 49

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

Shades of Wattle #D2CD31

Tints of Wattle #D2CD31

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

 BLUE value IS 49 (19.53% from 255) = 10.56%

R = 45.26%
G = 44.18%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2CD31 (or 0xD2CD31) is known color: Wattle. HEX triplet: D2, CD and 31. RGB value is (210,205,49). Sum of RGB (Red+Green+Blue) = 210+205+49=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CD31 is #2D32CE. Grayscale: #BDBDBD. Windows color (decimal): -2962127 or 3263954. OLE color: 3263954.

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

Color convert

RGB 210 205 49 -
CMYK 0 0.02 0.77 0.18
HSL 58.14º 0.64% 0.51% -
HSV(B) 58.14º 0.77% 0.82% -
XYZ 48.96 57.59 11.44 -
YUV 188.71 49.16 143.18 -
System Red Green Blue C M Y K H S L
Decimal 210 205 49 0 0.02 0.77 0.18 58.14 0.64 0.51
Hex D2 CD 31 0 2 4D 12 3A 40 33
Octal 322 315 61 0 2 115 22 72 100 63
Binary 11010010 11001101 110001 0 10 1001101 10010 111010 1000000 110011

Color Harmonies of #D2CD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CD31

Black with #D2CD31

Text Example


Text Example

White with #D2CD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CD31; }

 p { color: rgb(210,205,49); }

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

background-color css

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

 a { background-color: rgb(210,205,49); }

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

border-color css

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

 span { border-color: rgb(210,205,49); }

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