Html Css Color HEX #D0C43A Wattle

📋 copy color: '#D0C43A'

red 208 ◦ green 196 ◦ blue 58

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

Shades of Wattle #D0C43A

Tints of Wattle #D0C43A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.42%

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

R = 45.02%
G = 42.42%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0C43A (or 0xD0C43A) is known color: Wattle. HEX triplet: D0, C4 and 3A. RGB value is (208,196,58). Sum of RGB (Red+Green+Blue) = 208+196+58=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C43A is #2F3BC5. Grayscale: #B8B8B8. Windows color (decimal): -3095494 or 3851472. OLE color: 3851472.

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

Color convert

RGB 208 196 58 -
CMYK 0 0.06 0.72 0.18
HSL 55.2º 0.61% 0.52% -
HSV(B) 55.2º 0.72% 0.82% -
XYZ 46.52 53.2 11.82 -
YUV 183.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 208 196 58 0 0.06 0.72 0.18 55.2 0.61 0.52
Hex D0 C4 3A 0 6 48 12 37 3D 34
Octal 320 304 72 0 6 110 22 67 75 64
Binary 11010000 11000100 111010 0 110 1001000 10010 110111 111101 110100

Color Harmonies of #D0C43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C43A

Black with #D0C43A

Text Example


Text Example

White with #D0C43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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