Html Css Color HEX #D0C83A Wattle

📋 copy color: '#D0C83A'

red 208 ◦ green 200 ◦ blue 58

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

Shades of Wattle #D0C83A

Tints of Wattle #D0C83A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.92%

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

R = 44.64%
G = 42.92%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0C83A (or 0xD0C83A) is known color: Wattle. HEX triplet: D0, C8 and 3A. RGB value is (208,200,58). Sum of RGB (Red+Green+Blue) = 208+200+58=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C83A is #2F37C5. Grayscale: #BABABA. Windows color (decimal): -3094470 or 3852496. OLE color: 3852496.

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

Color convert

RGB 208 200 58 -
CMYK 0 0.04 0.72 0.18
HSL 56.8º 0.61% 0.52% -
HSV(B) 56.8º 0.72% 0.82% -
XYZ 47.43 55.02 12.12 -
YUV 186.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 208 200 58 0 0.04 0.72 0.18 56.8 0.61 0.52
Hex D0 C8 3A 0 4 48 12 39 3D 34
Octal 320 310 72 0 4 110 22 71 75 64
Binary 11010000 11001000 111010 0 100 1001000 10010 111001 111101 110100

Color Harmonies of #D0C83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C83A

Black with #D0C83A

Text Example


Text Example

White with #D0C83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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