Html Css Color HEX #D2D91B Barberry

📋 copy color: '#D2D91B'

red 210 ◦ green 217 ◦ blue 27

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

Shades of Barberry #D2D91B

Tints of Barberry #D2D91B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.8%

 BLUE value IS 27 (10.94% from 255) = 5.95%

R = 46.26%
G = 47.8%
B = 5.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D2D91B (or 0xD2D91B) is known color: Barberry. HEX triplet: D2, D9 and 1B. RGB value is (210,217,27). Sum of RGB (Red+Green+Blue) = 210+217+27=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 27 (10.94% from 255 or 5.95% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D91B is #2D26E4. Grayscale: #C2C2C2. Windows color (decimal): -2959077 or 1825234. OLE color: 1825234.

HSL color Cylindrical-coordinate representation of color #D2D91B: hue angle of 62.21º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2D91B is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 217 27 -
CMYK 0.03 0 0.88 0.15
HSL 62.21º 0.78% 0.48% -
HSV(B) 62.21º 0.88% 0.85% -
XYZ 51.59 63.41 10.56 -
YUV 193.25 34.18 139.95 -
System Red Green Blue C M Y K H S L
Decimal 210 217 27 0.03 0 0.88 0.15 62.21 0.78 0.48
Hex D2 D9 1B 3 0 58 F 3E 4E 30
Octal 322 331 33 3 0 130 17 76 116 60
Binary 11010010 11011001 11011 11 0 1011000 1111 111110 1001110 110000

Color Harmonies of #D2D91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D91B

Black with #D2D91B

Text Example


Text Example

White with #D2D91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D91B; }

 p { color: rgb(210,217,27); }

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

background-color css

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

 a { background-color: rgb(210,217,27); }

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

border-color css

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

 span { border-color: rgb(210,217,27); }

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