Html Css Color HEX #D8CF15 Barberry

📋 copy color: '#D8CF15'

red 216 ◦ green 207 ◦ blue 21

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

Shades of Barberry #D8CF15

Tints of Barberry #D8CF15

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.62%

 BLUE value IS 21 (8.59% from 255) = 4.73%

R = 48.65%
G = 46.62%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8CF15 (or 0xD8CF15) is known color: Barberry. HEX triplet: D8, CF and 15. RGB value is (216,207,21). Sum of RGB (Red+Green+Blue) = 216+207+21=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CF15 is #2730EA. Grayscale: #BDBDBD. Windows color (decimal): -2568427 or 1429464. OLE color: 1429464.

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

Color convert

RGB 216 207 21 -
CMYK 0 0.04 0.90 0.15
HSL 57.23º 0.82% 0.46% -
HSV(B) 57.23º 0.9% 0.85% -
XYZ 50.77 59.28 9.48 -
YUV 188.49 33.48 147.62 -
System Red Green Blue C M Y K H S L
Decimal 216 207 21 0 0.04 0.90 0.15 57.23 0.82 0.46
Hex D8 CF 15 0 4 5A F 39 52 2E
Octal 330 317 25 0 4 132 17 71 122 56
Binary 11011000 11001111 10101 0 100 1011010 1111 111001 1010010 101110

Color Harmonies of #D8CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF15

Black with #D8CF15

Text Example


Text Example

White with #D8CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF15; }

 p { color: rgb(216,207,21); }

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

background-color css

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

 a { background-color: rgb(216,207,21); }

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

border-color css

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

 span { border-color: rgb(216,207,21); }

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