Html Css Color HEX #D6CF17 Barberry

📋 copy color: '#D6CF17'

red 214 ◦ green 207 ◦ blue 23

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

Shades of Barberry #D6CF17

Tints of Barberry #D6CF17

RGB

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

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

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

R = 48.2%
G = 46.62%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6CF17 (or 0xD6CF17) is known color: Barberry. HEX triplet: D6, CF and 17. RGB value is (214,207,23). Sum of RGB (Red+Green+Blue) = 214+207+23=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 23 (9.38% from 255 or 5.18% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF17 is #2930E8. Grayscale: #BCBCBC. Windows color (decimal): -2699497 or 1560534. OLE color: 1560534.

HSL color Cylindrical-coordinate representation of color #D6CF17: hue angle of 57.8º 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 #D6CF17 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 23 -
CMYK 0 0.03 0.89 0.16
HSL 57.8º 0.81% 0.46% -
HSV(B) 57.8º 0.89% 0.84% -
XYZ 50.2 58.98 9.55 -
YUV 188.12 34.82 146.46 -
System Red Green Blue C M Y K H S L
Decimal 214 207 23 0 0.03 0.89 0.16 57.8 0.81 0.46
Hex D6 CF 17 0 3 59 10 3A 51 2E
Octal 326 317 27 0 3 131 20 72 121 56
Binary 11010110 11001111 10111 0 11 1011001 10000 111010 1010001 101110

Color Harmonies of #D6CF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF17

Black with #D6CF17

Text Example


Text Example

White with #D6CF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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