Html Css Color HEX #D2D71B Barberry

📋 copy color: '#D2D71B'

red 210 ◦ green 215 ◦ blue 27

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

Shades of Barberry #D2D71B

Tints of Barberry #D2D71B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.57%

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

R = 46.46%
G = 47.57%
B = 5.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D2D71B (or 0xD2D71B) is known color: Barberry. HEX triplet: D2, D7 and 1B. RGB value is (210,215,27). Sum of RGB (Red+Green+Blue) = 210+215+27=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D71B is #2D28E4. Grayscale: #C0C0C0. Windows color (decimal): -2959589 or 1824722. OLE color: 1824722.

HSL color Cylindrical-coordinate representation of color #D2D71B: hue angle of 61.6º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2D71B is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 215 27 -
CMYK 0.02 0 0.87 0.16
HSL 61.6º 0.78% 0.47% -
HSV(B) 61.6º 0.87% 0.84% -
XYZ 51.08 62.38 10.39 -
YUV 192.07 34.84 140.79 -
System Red Green Blue C M Y K H S L
Decimal 210 215 27 0.02 0 0.87 0.16 61.6 0.78 0.47
Hex D2 D7 1B 2 0 57 10 3E 4E 2F
Octal 322 327 33 2 0 127 20 76 116 57
Binary 11010010 11010111 11011 10 0 1010111 10000 111110 1001110 101111

Color Harmonies of #D2D71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D71B

Black with #D2D71B

Text Example


Text Example

White with #D2D71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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