Html Css Color HEX #D0D515 Barberry

📋 copy color: '#D0D515'

red 208 ◦ green 213 ◦ blue 21

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

Shades of Barberry #D0D515

Tints of Barberry #D0D515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.75%

R = 47.06%
G = 48.19%
B = 4.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D0D515 (or 0xD0D515) is known color: Barberry. HEX triplet: D0, D5 and 15. RGB value is (208,213,21). Sum of RGB (Red+Green+Blue) = 208+213+21=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D515 is #2F2AEA. Grayscale: #BEBEBE. Windows color (decimal): -3091179 or 1430992. OLE color: 1430992.

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

Color convert

RGB 208 213 21 -
CMYK 0.02 0 0.90 0.16
HSL 61.56º 0.82% 0.46% -
HSV(B) 61.56º 0.9% 0.84% -
XYZ 49.94 61.05 9.86 -
YUV 189.62 32.84 141.11 -
System Red Green Blue C M Y K H S L
Decimal 208 213 21 0.02 0 0.90 0.16 61.56 0.82 0.46
Hex D0 D5 15 2 0 5A 10 3E 52 2E
Octal 320 325 25 2 0 132 20 76 122 56
Binary 11010000 11010101 10101 10 0 1011010 10000 111110 1010010 101110

Color Harmonies of #D0D515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D515

Black with #D0D515

Text Example


Text Example

White with #D0D515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D515; }

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

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

background-color css

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

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

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

border-color css

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

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

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