Html Css Color HEX #D7D012 Barberry

📋 copy color: '#D7D012'

red 215 ◦ green 208 ◦ blue 18

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

Shades of Barberry #D7D012

Tints of Barberry #D7D012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.17%

 BLUE value IS 18 (7.42% from 255) = 4.08%

R = 48.75%
G = 47.17%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7D012 (or 0xD7D012) is known color: Barberry. HEX triplet: D7, D0 and 12. RGB value is (215,208,18). Sum of RGB (Red+Green+Blue) = 215+208+18=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D012 is #282FED. Grayscale: #BDBDBD. Windows color (decimal): -2633710 or 1233111. OLE color: 1233111.

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

Color convert

RGB 215 208 18 -
CMYK 0 0.03 0.92 0.16
HSL 57.87º 0.85% 0.46% -
HSV(B) 57.87º 0.92% 0.84% -
XYZ 50.69 59.6 9.41 -
YUV 188.43 31.82 146.95 -
System Red Green Blue C M Y K H S L
Decimal 215 208 18 0 0.03 0.92 0.16 57.87 0.85 0.46
Hex D7 D0 12 0 3 5C 10 3A 55 2E
Octal 327 320 22 0 3 134 20 72 125 56
Binary 11010111 11010000 10010 0 11 1011100 10000 111010 1010101 101110

Color Harmonies of #D7D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D012

Black with #D7D012

Text Example


Text Example

White with #D7D012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D012; }

 p { color: rgb(215,208,18); }

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

background-color css

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

 a { background-color: rgb(215,208,18); }

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

border-color css

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

 span { border-color: rgb(215,208,18); }

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