Html Css Color HEX #D6CF15 Barberry

📋 copy color: '#D6CF15'

red 214 ◦ green 207 ◦ blue 21

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

Shades of Barberry #D6CF15

Tints of Barberry #D6CF15

RGB

 RED value IS 214 (83.98% from 255) = 48.42%

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

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

R = 48.42%
G = 46.83%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6CF15 (or 0xD6CF15) is known color: Barberry. HEX triplet: D6, CF and 15. RGB value is (214,207,21). Sum of RGB (Red+Green+Blue) = 214+207+21=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF15 is #2930EA. Grayscale: #BCBCBC. Windows color (decimal): -2699499 or 1429462. OLE color: 1429462.

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

Color convert

RGB 214 207 21 -
CMYK 0 0.03 0.90 0.16
HSL 57.82º 0.82% 0.46% -
HSV(B) 57.82º 0.9% 0.84% -
XYZ 50.18 58.98 9.45 -
YUV 187.89 33.82 146.62 -
System Red Green Blue C M Y K H S L
Decimal 214 207 21 0 0.03 0.90 0.16 57.82 0.82 0.46
Hex D6 CF 15 0 3 5A 10 3A 52 2E
Octal 326 317 25 0 3 132 20 72 122 56
Binary 11010110 11001111 10101 0 11 1011010 10000 111010 1010010 101110

Color Harmonies of #D6CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF15

Black with #D6CF15

Text Example


Text Example

White with #D6CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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