Html Css Color HEX #D8CA16 Barberry

📋 copy color: '#D8CA16'

red 216 ◦ green 202 ◦ blue 22

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

Shades of Barberry #D8CA16

Tints of Barberry #D8CA16

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.91%

 BLUE value IS 22 (8.98% from 255) = 5%

R = 49.09%
G = 45.91%
B = 5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8CA16 (or 0xD8CA16) is known color: Barberry. HEX triplet: D8, CA and 16. RGB value is (216,202,22). Sum of RGB (Red+Green+Blue) = 216+202+22=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CA16 is #2735E9. Grayscale: #BABABA. Windows color (decimal): -2569706 or 1493720. OLE color: 1493720.

HSL color Cylindrical-coordinate representation of color #D8CA16: hue angle of 55.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8CA16 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 202 22 -
CMYK 0 0.06 0.90 0.15
HSL 55.67º 0.82% 0.47% -
HSV(B) 55.67º 0.9% 0.85% -
XYZ 49.58 56.9 9.13 -
YUV 185.67 35.64 149.64 -
System Red Green Blue C M Y K H S L
Decimal 216 202 22 0 0.06 0.90 0.15 55.67 0.82 0.47
Hex D8 CA 16 0 6 5A F 38 52 2F
Octal 330 312 26 0 6 132 17 70 122 57
Binary 11011000 11001010 10110 0 110 1011010 1111 111000 1010010 101111

Color Harmonies of #D8CA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CA16

Black with #D8CA16

Text Example


Text Example

White with #D8CA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CA16; }

 p { color: rgb(216,202,22); }

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

background-color css

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

 a { background-color: rgb(216,202,22); }

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

border-color css

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

 span { border-color: rgb(216,202,22); }

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