Html Css Color HEX #D7D80D Barberry

📋 copy color: '#D7D80D'

red 215 ◦ green 216 ◦ blue 13

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

Shades of Barberry #D7D80D

Tints of Barberry #D7D80D

RGB

 RED value IS 215 (84.38% from 255) = 48.42%

 GREEN value IS 216 (84.77% from 255) = 48.65%

 BLUE value IS 13 (5.47% from 255) = 2.93%

R = 48.42%
G = 48.65%
B = 2.93%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D7D80D (or 0xD7D80D) is known color: Barberry. HEX triplet: D7, D8 and 0D. RGB value is (215,216,13). Sum of RGB (Red+Green+Blue) = 215+216+13=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D80D is #2827F2. Grayscale: #C1C1C1. Windows color (decimal): -2631667 or 907479. OLE color: 907479.

HSL color Cylindrical-coordinate representation of color #D7D80D: hue angle of 60.3º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7D80D is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 216 13 -
CMYK 0.00 0 0.94 0.15
HSL 60.3º 0.89% 0.45% -
HSV(B) 60.3º 0.94% 0.85% -
XYZ 52.65 63.59 9.88 -
YUV 192.56 26.67 144.01 -
System Red Green Blue C M Y K H S L
Decimal 215 216 13 0.00 0 0.94 0.15 60.3 0.89 0.45
Hex D7 D8 D 0 0 5E F 3C 59 2D
Octal 327 330 15 0 0 136 17 74 131 55
Binary 11010111 11011000 1101 0 0 1011110 1111 111100 1011001 101101

Color Harmonies of #D7D80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D80D

Black with #D7D80D

Text Example


Text Example

White with #D7D80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D80D; }

 p { color: rgb(215,216,13); }

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

background-color css

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

 a { background-color: rgb(215,216,13); }

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

border-color css

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

 span { border-color: rgb(215,216,13); }

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