Html Css Color HEX #D0C142 Wattle

📋 copy color: '#D0C142'

red 208 ◦ green 193 ◦ blue 66

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

Shades of Wattle #D0C142

Tints of Wattle #D0C142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.13%

R = 44.54%
G = 41.33%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D0C142 (or 0xD0C142) is known color: Wattle. HEX triplet: D0, C1 and 42. RGB value is (208,193,66). Sum of RGB (Red+Green+Blue) = 208+193+66=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C142 is #2F3EBD. Grayscale: #B7B7B7. Windows color (decimal): -3096254 or 4374992. OLE color: 4374992.

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

Color convert

RGB 208 193 66 -
CMYK 0 0.07 0.68 0.18
HSL 53.66º 0.6% 0.54% -
HSV(B) 53.66º 0.68% 0.82% -
XYZ 46.07 51.94 12.75 -
YUV 183.01 61.97 145.83 -
System Red Green Blue C M Y K H S L
Decimal 208 193 66 0 0.07 0.68 0.18 53.66 0.6 0.54
Hex D0 C1 42 0 7 44 12 36 3C 36
Octal 320 301 102 0 7 104 22 66 74 66
Binary 11010000 11000001 1000010 0 111 1000100 10010 110110 111100 110110

Color Harmonies of #D0C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C142

Black with #D0C142

Text Example


Text Example

White with #D0C142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C142; }

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

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

background-color css

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

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

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

border-color css

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

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

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