Html Css Color HEX #D8D321 Barberry

📋 copy color: '#D8D321'

red 216 ◦ green 211 ◦ blue 33

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

Shades of Barberry #D8D321

Tints of Barberry #D8D321

RGB

 RED value IS 216 (84.77% from 255) = 46.96%

 GREEN value IS 211 (82.81% from 255) = 45.87%

 BLUE value IS 33 (13.28% from 255) = 7.17%

R = 46.96%
G = 45.87%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D8D321 (or 0xD8D321) is known color: Barberry. HEX triplet: D8, D3 and 21. RGB value is (216,211,33). Sum of RGB (Red+Green+Blue) = 216+211+33=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D321 is #272CDE. Grayscale: #C0C0C0. Windows color (decimal): -2567391 or 2216920. OLE color: 2216920.

HSL color Cylindrical-coordinate representation of color #D8D321: hue angle of 58.36º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8D321 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 211 33 -
CMYK 0 0.02 0.85 0.15
HSL 58.36º 0.73% 0.49% -
HSV(B) 58.36º 0.85% 0.85% -
XYZ 51.89 61.3 10.54 -
YUV 192.2 38.16 144.97 -
System Red Green Blue C M Y K H S L
Decimal 216 211 33 0 0.02 0.85 0.15 58.36 0.73 0.49
Hex D8 D3 21 0 2 55 F 3A 49 31
Octal 330 323 41 0 2 125 17 72 111 61
Binary 11011000 11010011 100001 0 10 1010101 1111 111010 1001001 110001

Color Harmonies of #D8D321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D321

Black with #D8D321

Text Example


Text Example

White with #D8D321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D321; }

 p { color: rgb(216,211,33); }

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

background-color css

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

 a { background-color: rgb(216,211,33); }

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

border-color css

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

 span { border-color: rgb(216,211,33); }

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