Html Css Color HEX #D0D541 Wattle

📋 copy color: '#D0D541'

red 208 ◦ green 213 ◦ blue 65

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

Shades of Wattle #D0D541

Tints of Wattle #D0D541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.83%

 BLUE value IS 65 (25.78% from 255) = 13.37%

R = 42.8%
G = 43.83%
B = 13.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D0D541 (or 0xD0D541) is known color: Wattle. HEX triplet: D0, D5 and 41. RGB value is (208,213,65). Sum of RGB (Red+Green+Blue) = 208+213+65=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D541 is #2F2ABE. Grayscale: #C3C3C3. Windows color (decimal): -3091135 or 4314576. OLE color: 4314576.

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

Color convert

RGB 208 213 65 -
CMYK 0.02 0 0.69 0.16
HSL 62.03º 0.64% 0.55% -
HSV(B) 62.03º 0.69% 0.84% -
XYZ 50.76 61.38 14.17 -
YUV 194.63 54.84 137.53 -
System Red Green Blue C M Y K H S L
Decimal 208 213 65 0.02 0 0.69 0.16 62.03 0.64 0.55
Hex D0 D5 41 2 0 45 10 3E 40 37
Octal 320 325 101 2 0 105 20 76 100 67
Binary 11010000 11010101 1000001 10 0 1000101 10000 111110 1000000 110111

Color Harmonies of #D0D541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D541

Black with #D0D541

Text Example


Text Example

White with #D0D541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D541; }

 p { color: rgb(208,213,65); }

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

background-color css

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

 a { background-color: rgb(208,213,65); }

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

border-color css

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

 span { border-color: rgb(208,213,65); }

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