Html Css Color HEX #D8C027 Barberry

📋 copy color: '#D8C027'

red 216 ◦ green 192 ◦ blue 39

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

Shades of Barberry #D8C027

Tints of Barberry #D8C027

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 48.32%
G = 42.95%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D8C027 (or 0xD8C027) is known color: Barberry. HEX triplet: D8, C0 and 27. RGB value is (216,192,39). Sum of RGB (Red+Green+Blue) = 216+192+39=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C027 is #273FD8. Grayscale: #B6B6B6. Windows color (decimal): -2572249 or 2605272. OLE color: 2605272.

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

Color convert

RGB 216 192 39 -
CMYK 0 0.11 0.82 0.15
HSL 51.86º 0.69% 0.5% -
HSV(B) 51.86º 0.82% 0.85% -
XYZ 47.53 52.44 9.54 -
YUV 181.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 216 192 39 0 0.11 0.82 0.15 51.86 0.69 0.5
Hex D8 C0 27 0 B 52 F 34 45 32
Octal 330 300 47 0 13 122 17 64 105 62
Binary 11011000 11000000 100111 0 1011 1010010 1111 110100 1000101 110010

Color Harmonies of #D8C027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C027

Black with #D8C027

Text Example


Text Example

White with #D8C027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C027; }

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

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

background-color css

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

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

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

border-color css

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

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

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