Html Css Color HEX #D2C238 Wattle

📋 copy color: '#D2C238'

red 210 ◦ green 194 ◦ blue 56

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

Shades of Wattle #D2C238

Tints of Wattle #D2C238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 56 (22.27% from 255) = 12.17%

R = 45.65%
G = 42.17%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2C238 (or 0xD2C238) is known color: Wattle. HEX triplet: D2, C2 and 38. RGB value is (210,194,56). Sum of RGB (Red+Green+Blue) = 210+194+56=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C238 is #2D3DC7. Grayscale: #B7B7B7. Windows color (decimal): -2964936 or 3719890. OLE color: 3719890.

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

Color convert

RGB 210 194 56 -
CMYK 0 0.08 0.73 0.18
HSL 53.77º 0.63% 0.52% -
HSV(B) 53.77º 0.73% 0.82% -
XYZ 46.58 52.57 11.43 -
YUV 183.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 210 194 56 0 0.08 0.73 0.18 53.77 0.63 0.52
Hex D2 C2 38 0 8 49 12 36 3F 34
Octal 322 302 70 0 10 111 22 66 77 64
Binary 11010010 11000010 111000 0 1000 1001001 10010 110110 111111 110100

Color Harmonies of #D2C238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C238

Black with #D2C238

Text Example


Text Example

White with #D2C238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C238; }

 p { color: rgb(210,194,56); }

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

background-color css

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

 a { background-color: rgb(210,194,56); }

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

border-color css

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

 span { border-color: rgb(210,194,56); }

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