Html Css Color HEX #D8C227 Barberry

📋 copy color: '#D8C227'

red 216 ◦ green 194 ◦ blue 39

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

Shades of Barberry #D8C227

Tints of Barberry #D8C227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

 BLUE value IS 39 (15.63% from 255) = 8.69%

R = 48.11%
G = 43.21%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8C227 (or 0xD8C227) is known color: Barberry. HEX triplet: D8, C2 and 27. RGB value is (216,194,39). Sum of RGB (Red+Green+Blue) = 216+194+39=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C227 is #273DD8. Grayscale: #B7B7B7. Windows color (decimal): -2571737 or 2605784. OLE color: 2605784.

HSL color Cylindrical-coordinate representation of color #D8C227: hue angle of 52.54º degrees, saturation: 0.69, 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 #D8C227 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 194 39 -
CMYK 0 0.10 0.82 0.15
HSL 52.54º 0.69% 0.5% -
HSV(B) 52.54º 0.82% 0.85% -
XYZ 47.98 53.33 9.68 -
YUV 182.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 216 194 39 0 0.10 0.82 0.15 52.54 0.69 0.5
Hex D8 C2 27 0 A 52 F 35 45 32
Octal 330 302 47 0 12 122 17 65 105 62
Binary 11011000 11000010 100111 0 1010 1010010 1111 110101 1000101 110010

Color Harmonies of #D8C227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C227

Black with #D8C227

Text Example


Text Example

White with #D8C227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C227; }

 p { color: rgb(216,194,39); }

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

background-color css

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

 a { background-color: rgb(216,194,39); }

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

border-color css

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

 span { border-color: rgb(216,194,39); }

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