Html Css Color HEX #D0D746 Wattle

📋 copy color: '#D0D746'

red 208 ◦ green 215 ◦ blue 70

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

Shades of Wattle #D0D746

Tints of Wattle #D0D746

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.61%

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

R = 42.19%
G = 43.61%
B = 14.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D0D746 (or 0xD0D746) is known color: Wattle. HEX triplet: D0, D7 and 46. RGB value is (208,215,70). Sum of RGB (Red+Green+Blue) = 208+215+70=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D746 is #2F28B9. Grayscale: #C4C4C4. Windows color (decimal): -3090618 or 4642768. OLE color: 4642768.

HSL color Cylindrical-coordinate representation of color #D0D746: hue angle of 62.9º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0D746 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 70 -
CMYK 0.03 0 0.67 0.16
HSL 62.9º 0.64% 0.56% -
HSV(B) 62.9º 0.67% 0.84% -
XYZ 51.42 62.45 15.14 -
YUV 196.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 208 215 70 0.03 0 0.67 0.16 62.9 0.64 0.56
Hex D0 D7 46 3 0 43 10 3F 40 38
Octal 320 327 106 3 0 103 20 77 100 70
Binary 11010000 11010111 1000110 11 0 1000011 10000 111111 1000000 111000

Color Harmonies of #D0D746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D746

Black with #D0D746

Text Example


Text Example

White with #D0D746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D746; }

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

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

background-color css

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

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

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

border-color css

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

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

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