Html Css Color HEX #D2D511 Barberry

📋 copy color: '#D2D511'

red 210 ◦ green 213 ◦ blue 17

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

Shades of Barberry #D2D511

Tints of Barberry #D2D511

RGB

 RED value IS 210 (82.42% from 255) = 47.73%

 GREEN value IS 213 (83.59% from 255) = 48.41%

 BLUE value IS 17 (7.03% from 255) = 3.86%

R = 47.73%
G = 48.41%
B = 3.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D2D511 (or 0xD2D511) is known color: Barberry. HEX triplet: D2, D5 and 11. RGB value is (210,213,17). Sum of RGB (Red+Green+Blue) = 210+213+17=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D511 is #2D2AEE. Grayscale: #BEBEBE. Windows color (decimal): -2960111 or 1168850. OLE color: 1168850.

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

Color convert

RGB 210 213 17 -
CMYK 0.01 0 0.92 0.16
HSL 60.92º 0.85% 0.45% -
HSV(B) 60.92º 0.92% 0.84% -
XYZ 50.47 61.33 9.71 -
YUV 189.76 30.51 142.44 -
System Red Green Blue C M Y K H S L
Decimal 210 213 17 0.01 0 0.92 0.16 60.92 0.85 0.45
Hex D2 D5 11 1 0 5C 10 3D 55 2D
Octal 322 325 21 1 0 134 20 75 125 55
Binary 11010010 11010101 10001 1 0 1011100 10000 111101 1010101 101101

Color Harmonies of #D2D511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D511

Black with #D2D511

Text Example


Text Example

White with #D2D511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D511; }

 p { color: rgb(210,213,17); }

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

background-color css

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

 a { background-color: rgb(210,213,17); }

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

border-color css

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

 span { border-color: rgb(210,213,17); }

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