Html Css Color HEX #D2C848 Wattle

📋 copy color: '#D2C848'

red 210 ◦ green 200 ◦ blue 72

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

Shades of Wattle #D2C848

Tints of Wattle #D2C848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.49%

 BLUE value IS 72 (28.52% from 255) = 14.94%

R = 43.57%
G = 41.49%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D2C848 (or 0xD2C848) is known color: Wattle. HEX triplet: D2, C8 and 48. RGB value is (210,200,72). Sum of RGB (Red+Green+Blue) = 210+200+72=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C848 is #2D37B7. Grayscale: #BCBCBC. Windows color (decimal): -2963384 or 4770002. OLE color: 4770002.

HSL color Cylindrical-coordinate representation of color #D2C848: hue angle of 55.65º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2C848 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 200 72 -
CMYK 0 0.05 0.66 0.18
HSL 55.65º 0.61% 0.55% -
HSV(B) 55.65º 0.66% 0.82% -
XYZ 48.4 55.48 14.29 -
YUV 188.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 210 200 72 0 0.05 0.66 0.18 55.65 0.61 0.55
Hex D2 C8 48 0 5 42 12 38 3D 37
Octal 322 310 110 0 5 102 22 70 75 67
Binary 11010010 11001000 1001000 0 101 1000010 10010 111000 111101 110111

Color Harmonies of #D2C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C848

Black with #D2C848

Text Example


Text Example

White with #D2C848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C848; }

 p { color: rgb(210,200,72); }

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

background-color css

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

 a { background-color: rgb(210,200,72); }

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

border-color css

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

 span { border-color: rgb(210,200,72); }

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