Html Css Color HEX #D8CE1A Barberry

📋 copy color: '#D8CE1A'

red 216 ◦ green 206 ◦ blue 26

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

Shades of Barberry #D8CE1A

Tints of Barberry #D8CE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.98%

 BLUE value IS 26 (10.55% from 255) = 5.8%

R = 48.21%
G = 45.98%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8CE1A (or 0xD8CE1A) is known color: Barberry. HEX triplet: D8, CE and 1A. RGB value is (216,206,26). Sum of RGB (Red+Green+Blue) = 216+206+26=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CE1A is #2731E5. Grayscale: #BDBDBD. Windows color (decimal): -2568678 or 1756888. OLE color: 1756888.

HSL color Cylindrical-coordinate representation of color #D8CE1A: hue angle of 56.84º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8CE1A is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 206 26 -
CMYK 0 0.05 0.88 0.15
HSL 56.84º 0.79% 0.47% -
HSV(B) 56.84º 0.88% 0.85% -
XYZ 50.58 58.82 9.66 -
YUV 188.47 36.31 147.64 -
System Red Green Blue C M Y K H S L
Decimal 216 206 26 0 0.05 0.88 0.15 56.84 0.79 0.47
Hex D8 CE 1A 0 5 58 F 39 4F 2F
Octal 330 316 32 0 5 130 17 71 117 57
Binary 11011000 11001110 11010 0 101 1011000 1111 111001 1001111 101111

Color Harmonies of #D8CE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CE1A

Black with #D8CE1A

Text Example


Text Example

White with #D8CE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CE1A; }

 p { color: rgb(216,206,26); }

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

background-color css

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

 a { background-color: rgb(216,206,26); }

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

border-color css

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

 span { border-color: rgb(216,206,26); }

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