Html Css Color HEX #D6CA17 Barberry

📋 copy color: '#D6CA17'

red 214 ◦ green 202 ◦ blue 23

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

Shades of Barberry #D6CA17

Tints of Barberry #D6CA17

RGB

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

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

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

R = 48.75%
G = 46.01%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6CA17 (or 0xD6CA17) is known color: Barberry. HEX triplet: D6, CA and 17. RGB value is (214,202,23). Sum of RGB (Red+Green+Blue) = 214+202+23=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 23 (9.38% from 255 or 5.24% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CA17 is #2935E8. Grayscale: #B9B9B9. Windows color (decimal): -2700777 or 1559254. OLE color: 1559254.

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

Color convert

RGB 214 202 23 -
CMYK 0 0.06 0.89 0.16
HSL 56.23º 0.81% 0.46% -
HSV(B) 56.23º 0.89% 0.84% -
XYZ 49.01 56.6 9.15 -
YUV 185.18 36.48 148.55 -
System Red Green Blue C M Y K H S L
Decimal 214 202 23 0 0.06 0.89 0.16 56.23 0.81 0.46
Hex D6 CA 17 0 6 59 10 38 51 2E
Octal 326 312 27 0 6 131 20 70 121 56
Binary 11010110 11001010 10111 0 110 1011001 10000 111000 1010001 101110

Color Harmonies of #D6CA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA17

Black with #D6CA17

Text Example


Text Example

White with #D6CA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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