Html Css Color HEX #D0D517 Barberry

📋 copy color: '#D0D517'

red 208 ◦ green 213 ◦ blue 23

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

Shades of Barberry #D0D517

Tints of Barberry #D0D517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.18%

R = 46.85%
G = 47.97%
B = 5.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D0D517 (or 0xD0D517) is known color: Barberry. HEX triplet: D0, D5 and 17. RGB value is (208,213,23). Sum of RGB (Red+Green+Blue) = 208+213+23=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 23 (9.38% from 255 or 5.18% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D517 is #2F2AE8. Grayscale: #BEBEBE. Windows color (decimal): -3091177 or 1562064. OLE color: 1562064.

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

Color convert

RGB 208 213 23 -
CMYK 0.02 0 0.89 0.16
HSL 61.58º 0.81% 0.46% -
HSV(B) 61.58º 0.89% 0.84% -
XYZ 49.96 61.06 9.96 -
YUV 189.85 33.84 140.95 -
System Red Green Blue C M Y K H S L
Decimal 208 213 23 0.02 0 0.89 0.16 61.58 0.81 0.46
Hex D0 D5 17 2 0 59 10 3E 51 2E
Octal 320 325 27 2 0 131 20 76 121 56
Binary 11010000 11010101 10111 10 0 1011001 10000 111110 1010001 101110

Color Harmonies of #D0D517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D517

Black with #D0D517

Text Example


Text Example

White with #D0D517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D517; }

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

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

background-color css

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

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

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

border-color css

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

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

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