Html Css Color HEX #D2C038 Wattle

📋 copy color: '#D2C038'

red 210 ◦ green 192 ◦ blue 56

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

Shades of Wattle #D2C038

Tints of Wattle #D2C038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.92%

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

R = 45.85%
G = 41.92%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2C038 (or 0xD2C038) is known color: Wattle. HEX triplet: D2, C0 and 38. RGB value is (210,192,56). Sum of RGB (Red+Green+Blue) = 210+192+56=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C038 is #2D3FC7. Grayscale: #B6B6B6. Windows color (decimal): -2965448 or 3719378. OLE color: 3719378.

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

Color convert

RGB 210 192 56 -
CMYK 0 0.09 0.73 0.18
HSL 52.99º 0.63% 0.52% -
HSV(B) 52.99º 0.73% 0.82% -
XYZ 46.14 51.69 11.29 -
YUV 181.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 210 192 56 0 0.09 0.73 0.18 52.99 0.63 0.52
Hex D2 C0 38 0 9 49 12 35 3F 34
Octal 322 300 70 0 11 111 22 65 77 64
Binary 11010010 11000000 111000 0 1001 1001001 10010 110101 111111 110100

Color Harmonies of #D2C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C038

Black with #D2C038

Text Example


Text Example

White with #D2C038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C038; }

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

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

background-color css

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

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

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

border-color css

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

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

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