Html Css Color HEX #D0C349 Wattle

📋 copy color: '#D0C349'

red 208 ◦ green 195 ◦ blue 73

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

Shades of Wattle #D0C349

Tints of Wattle #D0C349

RGB

 RED value IS 208 (81.64% from 255) = 43.7%

 GREEN value IS 195 (76.56% from 255) = 40.97%

 BLUE value IS 73 (28.91% from 255) = 15.34%

R = 43.7%
G = 40.97%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0C349 (or 0xD0C349) is known color: Wattle. HEX triplet: D0, C3 and 49. RGB value is (208,195,73). Sum of RGB (Red+Green+Blue) = 208+195+73=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C349 is #2F3CB6. Grayscale: #B9B9B9. Windows color (decimal): -3095735 or 4834256. OLE color: 4834256.

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

Color convert

RGB 208 195 73 -
CMYK 0 0.06 0.65 0.18
HSL 54.22º 0.59% 0.55% -
HSV(B) 54.22º 0.65% 0.82% -
XYZ 46.73 52.92 14.06 -
YUV 184.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 208 195 73 0 0.06 0.65 0.18 54.22 0.59 0.55
Hex D0 C3 49 0 6 41 12 36 3B 37
Octal 320 303 111 0 6 101 22 66 73 67
Binary 11010000 11000011 1001001 0 110 1000001 10010 110110 111011 110111

Color Harmonies of #D0C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C349

Black with #D0C349

Text Example


Text Example

White with #D0C349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C349; }

 p { color: rgb(208,195,73); }

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

background-color css

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

 a { background-color: rgb(208,195,73); }

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

border-color css

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

 span { border-color: rgb(208,195,73); }

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