Html Css Color HEX #D0D346 Wattle

📋 copy color: '#D0D346'

red 208 ◦ green 211 ◦ blue 70

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

Shades of Wattle #D0D346

Tints of Wattle #D0D346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.15%

 BLUE value IS 70 (27.73% from 255) = 14.31%

R = 42.54%
G = 43.15%
B = 14.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D0D346 (or 0xD0D346) is known color: Wattle. HEX triplet: D0, D3 and 46. RGB value is (208,211,70). Sum of RGB (Red+Green+Blue) = 208+211+70=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D346 is #2F2CB9. Grayscale: #C2C2C2. Windows color (decimal): -3091642 or 4641744. OLE color: 4641744.

HSL color Cylindrical-coordinate representation of color #D0D346: hue angle of 61.28º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0D346 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 211 70 -
CMYK 0.01 0 0.67 0.17
HSL 61.28º 0.62% 0.55% -
HSV(B) 61.28º 0.67% 0.83% -
XYZ 50.41 60.44 14.8 -
YUV 194.03 58.01 137.96 -
System Red Green Blue C M Y K H S L
Decimal 208 211 70 0.01 0 0.67 0.17 61.28 0.62 0.55
Hex D0 D3 46 1 0 43 11 3D 3E 37
Octal 320 323 106 1 0 103 21 75 76 67
Binary 11010000 11010011 1000110 1 0 1000011 10001 111101 111110 110111

Color Harmonies of #D0D346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D346

Black with #D0D346

Text Example


Text Example

White with #D0D346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D346; }

 p { color: rgb(208,211,70); }

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

background-color css

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

 a { background-color: rgb(208,211,70); }

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

border-color css

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

 span { border-color: rgb(208,211,70); }

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