Html Css Color HEX #D1C848 Wattle

📋 copy color: '#D1C848'

red 209 ◦ green 200 ◦ blue 72

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

Shades of Wattle #D1C848

Tints of Wattle #D1C848

RGB

 RED value IS 209 (82.03% from 255) = 43.45%

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

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

R = 43.45%
G = 41.58%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D1C848 (or 0xD1C848) is known color: Wattle. HEX triplet: D1, C8 and 48. RGB value is (209,200,72). Sum of RGB (Red+Green+Blue) = 209+200+72=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C848 is #2E37B7. Grayscale: #BCBCBC. Windows color (decimal): -3028920 or 4770001. OLE color: 4770001.

HSL color Cylindrical-coordinate representation of color #D1C848: hue angle of 56.06º degrees, saturation: 0.6, 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 #D1C848 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 200 72 -
CMYK 0 0.04 0.66 0.18
HSL 56.06º 0.6% 0.55% -
HSV(B) 56.06º 0.66% 0.82% -
XYZ 48.12 55.33 14.27 -
YUV 188.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 209 200 72 0 0.04 0.66 0.18 56.06 0.6 0.55
Hex D1 C8 48 0 4 42 12 38 3C 37
Octal 321 310 110 0 4 102 22 70 74 67
Binary 11010001 11001000 1001000 0 100 1000010 10010 111000 111100 110111

Color Harmonies of #D1C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C848

Black with #D1C848

Text Example


Text Example

White with #D1C848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C848; }

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

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

background-color css

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

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

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

border-color css

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

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

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