Html Css Color HEX #D6CB17 Barberry

📋 copy color: '#D6CB17'

red 214 ◦ green 203 ◦ blue 23

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

Shades of Barberry #D6CB17

Tints of Barberry #D6CB17

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.14%

 BLUE value IS 23 (9.38% from 255) = 5.23%

R = 48.64%
G = 46.14%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6CB17 (or 0xD6CB17) is known color: Barberry. HEX triplet: D6, CB and 17. RGB value is (214,203,23). Sum of RGB (Red+Green+Blue) = 214+203+23=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CB17 is #2934E8. Grayscale: #BABABA. Windows color (decimal): -2700521 or 1559510. OLE color: 1559510.

HSL color Cylindrical-coordinate representation of color #D6CB17: hue angle of 56.54º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6CB17 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 23 -
CMYK 0 0.05 0.89 0.16
HSL 56.54º 0.81% 0.46% -
HSV(B) 56.54º 0.89% 0.84% -
XYZ 49.24 57.07 9.23 -
YUV 185.77 36.14 148.14 -
System Red Green Blue C M Y K H S L
Decimal 214 203 23 0 0.05 0.89 0.16 56.54 0.81 0.46
Hex D6 CB 17 0 5 59 10 39 51 2E
Octal 326 313 27 0 5 131 20 71 121 56
Binary 11010110 11001011 10111 0 101 1011001 10000 111001 1010001 101110

Color Harmonies of #D6CB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB17

Black with #D6CB17

Text Example


Text Example

White with #D6CB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB17; }

 p { color: rgb(214,203,23); }

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

background-color css

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

 a { background-color: rgb(214,203,23); }

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

border-color css

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

 span { border-color: rgb(214,203,23); }

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