Html Css Color HEX #D2D80D Barberry

📋 copy color: '#D2D80D'

red 210 ◦ green 216 ◦ blue 13

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

Shades of Barberry #D2D80D

Tints of Barberry #D2D80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.2%

 BLUE value IS 13 (5.47% from 255) = 2.96%

R = 47.84%
G = 49.2%
B = 2.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D2D80D (or 0xD2D80D) is known color: Barberry. HEX triplet: D2, D8 and 0D. RGB value is (210,216,13). Sum of RGB (Red+Green+Blue) = 210+216+13=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D80D is #2D27F2. Grayscale: #BFBFBF. Windows color (decimal): -2959347 or 907474. OLE color: 907474.

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

Color convert

RGB 210 216 13 -
CMYK 0.03 0 0.94 0.15
HSL 61.77º 0.89% 0.45% -
HSV(B) 61.77º 0.94% 0.85% -
XYZ 51.21 62.84 9.81 -
YUV 191.06 27.51 141.51 -
System Red Green Blue C M Y K H S L
Decimal 210 216 13 0.03 0 0.94 0.15 61.77 0.89 0.45
Hex D2 D8 D 3 0 5E F 3E 59 2D
Octal 322 330 15 3 0 136 17 76 131 55
Binary 11010010 11011000 1101 11 0 1011110 1111 111110 1011001 101101

Color Harmonies of #D2D80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D80D

Black with #D2D80D

Text Example


Text Example

White with #D2D80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D80D; }

 p { color: rgb(210,216,13); }

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

background-color css

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

 a { background-color: rgb(210,216,13); }

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

border-color css

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

 span { border-color: rgb(210,216,13); }

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