Html Css Color HEX #D8C322 Barberry

📋 copy color: '#D8C322'

red 216 ◦ green 195 ◦ blue 34

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

Shades of Barberry #D8C322

Tints of Barberry #D8C322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

 BLUE value IS 34 (13.67% from 255) = 7.64%

R = 48.54%
G = 43.82%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8C322 (or 0xD8C322) is known color: Barberry. HEX triplet: D8, C3 and 22. RGB value is (216,195,34). Sum of RGB (Red+Green+Blue) = 216+195+34=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C322 is #273CDD. Grayscale: #B7B7B7. Windows color (decimal): -2571486 or 2278360. OLE color: 2278360.

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

Color convert

RGB 216 195 34 -
CMYK 0 0.10 0.84 0.15
HSL 53.08º 0.73% 0.49% -
HSV(B) 53.08º 0.84% 0.85% -
XYZ 48.12 53.74 9.35 -
YUV 182.93 43.96 151.59 -
System Red Green Blue C M Y K H S L
Decimal 216 195 34 0 0.10 0.84 0.15 53.08 0.73 0.49
Hex D8 C3 22 0 A 54 F 35 49 31
Octal 330 303 42 0 12 124 17 65 111 61
Binary 11011000 11000011 100010 0 1010 1010100 1111 110101 1001001 110001

Color Harmonies of #D8C322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C322

Black with #D8C322

Text Example


Text Example

White with #D8C322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C322; }

 p { color: rgb(216,195,34); }

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

background-color css

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

 a { background-color: rgb(216,195,34); }

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

border-color css

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

 span { border-color: rgb(216,195,34); }

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