Html Css Color HEX #D2C738 Wattle

📋 copy color: '#D2C738'

red 210 ◦ green 199 ◦ blue 56

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

Shades of Wattle #D2C738

Tints of Wattle #D2C738

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.8%

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

R = 45.16%
G = 42.8%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2C738 (or 0xD2C738) is known color: Wattle. HEX triplet: D2, C7 and 38. RGB value is (210,199,56). Sum of RGB (Red+Green+Blue) = 210+199+56=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C738 is #2D38C7. Grayscale: #BABABA. Windows color (decimal): -2963656 or 3721170. OLE color: 3721170.

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

Color convert

RGB 210 199 56 -
CMYK 0 0.05 0.73 0.18
HSL 55.71º 0.63% 0.52% -
HSV(B) 55.71º 0.73% 0.82% -
XYZ 47.72 54.83 11.81 -
YUV 185.99 54.64 145.13 -
System Red Green Blue C M Y K H S L
Decimal 210 199 56 0 0.05 0.73 0.18 55.71 0.63 0.52
Hex D2 C7 38 0 5 49 12 38 3F 34
Octal 322 307 70 0 5 111 22 70 77 64
Binary 11010010 11000111 111000 0 101 1001001 10010 111000 111111 110100

Color Harmonies of #D2C738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C738

Black with #D2C738

Text Example


Text Example

White with #D2C738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C738; }

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

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

background-color css

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

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

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

border-color css

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

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

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