Html Css Color HEX #D0C93A Wattle

📋 copy color: '#D0C93A'

red 208 ◦ green 201 ◦ blue 58

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

Shades of Wattle #D0C93A

Tints of Wattle #D0C93A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.04%

 BLUE value IS 58 (23.05% from 255) = 12.42%

R = 44.54%
G = 43.04%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0C93A (or 0xD0C93A) is known color: Wattle. HEX triplet: D0, C9 and 3A. RGB value is (208,201,58). Sum of RGB (Red+Green+Blue) = 208+201+58=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C93A is #2F36C5. Grayscale: #BBBBBB. Windows color (decimal): -3094214 or 3852752. OLE color: 3852752.

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

Color convert

RGB 208 201 58 -
CMYK 0 0.03 0.72 0.18
HSL 57.2º 0.61% 0.52% -
HSV(B) 57.2º 0.72% 0.82% -
XYZ 47.66 55.49 12.2 -
YUV 186.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 208 201 58 0 0.03 0.72 0.18 57.2 0.61 0.52
Hex D0 C9 3A 0 3 48 12 39 3D 34
Octal 320 311 72 0 3 110 22 71 75 64
Binary 11010000 11001001 111010 0 11 1001000 10010 111001 111101 110100

Color Harmonies of #D0C93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C93A

Black with #D0C93A

Text Example


Text Example

White with #D0C93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C93A; }

 p { color: rgb(208,201,58); }

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

background-color css

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

 a { background-color: rgb(208,201,58); }

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

border-color css

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

 span { border-color: rgb(208,201,58); }

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