Html Css Color HEX #D2D91A Barberry

📋 copy color: '#D2D91A'

red 210 ◦ green 217 ◦ blue 26

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

Shades of Barberry #D2D91A

Tints of Barberry #D2D91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.74%

R = 46.36%
G = 47.9%
B = 5.74%

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

#D2D91A (or 0xD2D91A) is known color: Barberry. HEX triplet: D2, D9 and 1A. RGB value is (210,217,26). Sum of RGB (Red+Green+Blue) = 210+217+26=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D91A is #2D26E5. Grayscale: #C1C1C1. Windows color (decimal): -2959078 or 1759698. OLE color: 1759698.

HSL color Cylindrical-coordinate representation of color #D2D91A: hue angle of 62.2º degrees, saturation: 0.79, 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 #D2D91A is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 217 26 -
CMYK 0.03 0 0.88 0.15
HSL 62.2º 0.79% 0.48% -
HSV(B) 62.2º 0.88% 0.85% -
XYZ 51.58 63.4 10.5 -
YUV 193.13 33.68 140.03 -
System Red Green Blue C M Y K H S L
Decimal 210 217 26 0.03 0 0.88 0.15 62.2 0.79 0.48
Hex D2 D9 1A 3 0 58 F 3E 4F 30
Octal 322 331 32 3 0 130 17 76 117 60
Binary 11010010 11011001 11010 11 0 1011000 1111 111110 1001111 110000

Color Harmonies of #D2D91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D91A

Black with #D2D91A

Text Example


Text Example

White with #D2D91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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