Html Css Color HEX #D8D326 Barberry

📋 copy color: '#D8D326'

red 216 ◦ green 211 ◦ blue 38

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

Shades of Barberry #D8D326

Tints of Barberry #D8D326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.17%

R = 46.45%
G = 45.38%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8D326 (or 0xD8D326) is known color: Barberry. HEX triplet: D8, D3 and 26. RGB value is (216,211,38). Sum of RGB (Red+Green+Blue) = 216+211+38=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 38 (15.23% from 255 or 8.17% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D326 is #272CD9. Grayscale: #C1C1C1. Windows color (decimal): -2567386 or 2544600. OLE color: 2544600.

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

Color convert

RGB 216 211 38 -
CMYK 0 0.02 0.82 0.15
HSL 58.31º 0.7% 0.5% -
HSV(B) 58.31º 0.82% 0.85% -
XYZ 51.96 61.33 10.93 -
YUV 192.77 40.66 144.57 -
System Red Green Blue C M Y K H S L
Decimal 216 211 38 0 0.02 0.82 0.15 58.31 0.7 0.5
Hex D8 D3 26 0 2 52 F 3A 46 32
Octal 330 323 46 0 2 122 17 72 106 62
Binary 11011000 11010011 100110 0 10 1010010 1111 111010 1000110 110010

Color Harmonies of #D8D326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D326

Black with #D8D326

Text Example


Text Example

White with #D8D326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D326; }

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

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

background-color css

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

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

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

border-color css

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

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

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