Html Css Color HEX #D5D612 Barberry

📋 copy color: '#D5D612'

red 213 ◦ green 214 ◦ blue 18

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

Shades of Barberry #D5D612

Tints of Barberry #D5D612

RGB

 RED value IS 213 (83.59% from 255) = 47.87%

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

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

R = 47.87%
G = 48.09%
B = 4.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5D612 (or 0xD5D612) is known color: Barberry. HEX triplet: D5, D6 and 12. RGB value is (213,214,18). Sum of RGB (Red+Green+Blue) = 213+214+18=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D612 is #2A29ED. Grayscale: #C0C0C0. Windows color (decimal): -2763246 or 1234645. OLE color: 1234645.

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

Color convert

RGB 213 214 18 -
CMYK 0.00 0 0.92 0.16
HSL 60.31º 0.84% 0.45% -
HSV(B) 60.31º 0.92% 0.84% -
XYZ 51.6 62.28 9.87 -
YUV 191.36 30.17 143.44 -
System Red Green Blue C M Y K H S L
Decimal 213 214 18 0.00 0 0.92 0.16 60.31 0.84 0.45
Hex D5 D6 12 0 0 5C 10 3C 54 2D
Octal 325 326 22 0 0 134 20 74 124 55
Binary 11010101 11010110 10010 0 0 1011100 10000 111100 1010100 101101

Color Harmonies of #D5D612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D612

Black with #D5D612

Text Example


Text Example

White with #D5D612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D612; }

 p { color: rgb(213,214,18); }

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

background-color css

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

 a { background-color: rgb(213,214,18); }

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

border-color css

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

 span { border-color: rgb(213,214,18); }

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