Html Css Color HEX #D7D412 Barberry

📋 copy color: '#D7D412'

red 215 ◦ green 212 ◦ blue 18

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

Shades of Barberry #D7D412

Tints of Barberry #D7D412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.64%

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

R = 48.31%
G = 47.64%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7D412 (or 0xD7D412) is known color: Barberry. HEX triplet: D7, D4 and 12. RGB value is (215,212,18). Sum of RGB (Red+Green+Blue) = 215+212+18=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D412 is #282BED. Grayscale: #BFBFBF. Windows color (decimal): -2632686 or 1234135. OLE color: 1234135.

HSL color Cylindrical-coordinate representation of color #D7D412: hue angle of 59.09º 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 #D7D412 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 212 18 -
CMYK 0 0.01 0.92 0.16
HSL 59.09º 0.85% 0.46% -
HSV(B) 59.09º 0.92% 0.84% -
XYZ 51.68 61.58 9.73 -
YUV 190.78 30.49 145.27 -
System Red Green Blue C M Y K H S L
Decimal 215 212 18 0 0.01 0.92 0.16 59.09 0.85 0.46
Hex D7 D4 12 0 1 5C 10 3B 55 2E
Octal 327 324 22 0 1 134 20 73 125 56
Binary 11010111 11010100 10010 0 1 1011100 10000 111011 1010101 101110

Color Harmonies of #D7D412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D412

Black with #D7D412

Text Example


Text Example

White with #D7D412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D412; }

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

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

background-color css

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

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

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

border-color css

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

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

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