Html Css Color HEX #D2C138 Wattle

📋 copy color: '#D2C138'

red 210 ◦ green 193 ◦ blue 56

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

Shades of Wattle #D2C138

Tints of Wattle #D2C138

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.05%

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

R = 45.75%
G = 42.05%
B = 12.2%

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

#D2C138 (or 0xD2C138) is known color: Wattle. HEX triplet: D2, C1 and 38. RGB value is (210,193,56). Sum of RGB (Red+Green+Blue) = 210+193+56=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C138 is #2D3EC7. Grayscale: #B7B7B7. Windows color (decimal): -2965192 or 3719634. OLE color: 3719634.

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

Color convert

RGB 210 193 56 -
CMYK 0 0.08 0.73 0.18
HSL 53.38º 0.63% 0.52% -
HSV(B) 53.38º 0.73% 0.82% -
XYZ 46.36 52.13 11.36 -
YUV 182.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 210 193 56 0 0.08 0.73 0.18 53.38 0.63 0.52
Hex D2 C1 38 0 8 49 12 35 3F 34
Octal 322 301 70 0 10 111 22 65 77 64
Binary 11010010 11000001 111000 0 1000 1001001 10010 110101 111111 110100

Color Harmonies of #D2C138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C138

Black with #D2C138

Text Example


Text Example

White with #D2C138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C138; }

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

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

background-color css

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

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

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

border-color css

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

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

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