Html Css Color HEX #D0C138 Wattle

📋 copy color: '#D0C138'

red 208 ◦ green 193 ◦ blue 56

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

Shades of Wattle #D0C138

Tints of Wattle #D0C138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.25%

R = 45.51%
G = 42.23%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D0C138 (or 0xD0C138) is known color: Wattle. HEX triplet: D0, C1 and 38. RGB value is (208,193,56). Sum of RGB (Red+Green+Blue) = 208+193+56=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 56 (22.27% from 255 or 12.25% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C138 is #2F3EC7. Grayscale: #B6B6B6. Windows color (decimal): -3096264 or 3719632. OLE color: 3719632.

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

Color convert

RGB 208 193 56 -
CMYK 0 0.07 0.73 0.18
HSL 54.08º 0.62% 0.52% -
HSV(B) 54.08º 0.73% 0.82% -
XYZ 45.8 51.84 11.33 -
YUV 181.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 208 193 56 0 0.07 0.73 0.18 54.08 0.62 0.52
Hex D0 C1 38 0 7 49 12 36 3E 34
Octal 320 301 70 0 7 111 22 66 76 64
Binary 11010000 11000001 111000 0 111 1001001 10010 110110 111110 110100

Color Harmonies of #D0C138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C138

Black with #D0C138

Text Example


Text Example

White with #D0C138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C138; }

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

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

background-color css

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

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

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

border-color css

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

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

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