Html Css Color HEX #D0C141 Wattle

📋 copy color: '#D0C141'

red 208 ◦ green 193 ◦ blue 65

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

Shades of Wattle #D0C141

Tints of Wattle #D0C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

 BLUE value IS 65 (25.78% from 255) = 13.95%

R = 44.64%
G = 41.42%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0C141 (or 0xD0C141) is known color: Wattle. HEX triplet: D0, C1 and 41. RGB value is (208,193,65). Sum of RGB (Red+Green+Blue) = 208+193+65=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C141 is #2F3EBE. Grayscale: #B7B7B7. Windows color (decimal): -3096255 or 4309456. OLE color: 4309456.

HSL color Cylindrical-coordinate representation of color #D0C141: hue angle of 53.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0C141 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 193 65 -
CMYK 0 0.07 0.69 0.18
HSL 53.71º 0.6% 0.54% -
HSV(B) 53.71º 0.69% 0.82% -
XYZ 46.04 51.93 12.6 -
YUV 182.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 208 193 65 0 0.07 0.69 0.18 53.71 0.6 0.54
Hex D0 C1 41 0 7 45 12 36 3C 36
Octal 320 301 101 0 7 105 22 66 74 66
Binary 11010000 11000001 1000001 0 111 1000101 10010 110110 111100 110110

Color Harmonies of #D0C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C141

Black with #D0C141

Text Example


Text Example

White with #D0C141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C141; }

 p { color: rgb(208,193,65); }

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

background-color css

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

 a { background-color: rgb(208,193,65); }

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

border-color css

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

 span { border-color: rgb(208,193,65); }

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