Html Css Color HEX #D0C53B Wattle

📋 copy color: '#D0C53B'

red 208 ◦ green 197 ◦ blue 59

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

Shades of Wattle #D0C53B

Tints of Wattle #D0C53B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.46%

 BLUE value IS 59 (23.44% from 255) = 12.72%

R = 44.83%
G = 42.46%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0C53B (or 0xD0C53B) is known color: Wattle. HEX triplet: D0, C5 and 3B. RGB value is (208,197,59). Sum of RGB (Red+Green+Blue) = 208+197+59=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C53B is #2F3AC4. Grayscale: #B9B9B9. Windows color (decimal): -3095237 or 3917264. OLE color: 3917264.

HSL color Cylindrical-coordinate representation of color #D0C53B: hue angle of 55.57º 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 #D0C53B is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 59 -
CMYK 0 0.05 0.72 0.18
HSL 55.57º 0.61% 0.52% -
HSV(B) 55.57º 0.72% 0.82% -
XYZ 46.77 53.66 12.03 -
YUV 184.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 208 197 59 0 0.05 0.72 0.18 55.57 0.61 0.52
Hex D0 C5 3B 0 5 48 12 38 3D 34
Octal 320 305 73 0 5 110 22 70 75 64
Binary 11010000 11000101 111011 0 101 1001000 10010 111000 111101 110100

Color Harmonies of #D0C53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C53B

Black with #D0C53B

Text Example


Text Example

White with #D0C53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C53B; }

 p { color: rgb(208,197,59); }

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

background-color css

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

 a { background-color: rgb(208,197,59); }

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

border-color css

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

 span { border-color: rgb(208,197,59); }

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