Html Css Color HEX #D7D613 Barberry

📋 copy color: '#D7D613'

red 215 ◦ green 214 ◦ blue 19

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

Shades of Barberry #D7D613

Tints of Barberry #D7D613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.77%

 BLUE value IS 19 (7.81% from 255) = 4.24%

R = 47.99%
G = 47.77%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7D613 (or 0xD7D613) is known color: Barberry. HEX triplet: D7, D6 and 13. RGB value is (215,214,19). Sum of RGB (Red+Green+Blue) = 215+214+19=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D613 is #2829EC. Grayscale: #C0C0C0. Windows color (decimal): -2632173 or 1300183. OLE color: 1300183.

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

Color convert

RGB 215 214 19 -
CMYK 0 0.00 0.91 0.16
HSL 59.69º 0.84% 0.46% -
HSV(B) 59.69º 0.91% 0.84% -
XYZ 52.19 62.59 9.95 -
YUV 192.07 30.33 144.36 -
System Red Green Blue C M Y K H S L
Decimal 215 214 19 0 0.00 0.91 0.16 59.69 0.84 0.46
Hex D7 D6 13 0 0 5B 10 3C 54 2E
Octal 327 326 23 0 0 133 20 74 124 56
Binary 11010111 11010110 10011 0 0 1011011 10000 111100 1010100 101110

Color Harmonies of #D7D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D613

Black with #D7D613

Text Example


Text Example

White with #D7D613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D613; }

 p { color: rgb(215,214,19); }

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

background-color css

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

 a { background-color: rgb(215,214,19); }

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

border-color css

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

 span { border-color: rgb(215,214,19); }

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