Html Css Color HEX #D5CB17 Barberry

📋 copy color: '#D5CB17'

red 213 ◦ green 203 ◦ blue 23

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

Shades of Barberry #D5CB17

Tints of Barberry #D5CB17

RGB

 RED value IS 213 (83.59% from 255) = 48.52%

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

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

R = 48.52%
G = 46.24%
B = 5.24%

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

#D5CB17 (or 0xD5CB17) is known color: Barberry. HEX triplet: D5, CB and 17. RGB value is (213,203,23). Sum of RGB (Red+Green+Blue) = 213+203+23=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 23 (9.38% from 255 or 5.24% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CB17 is #2A34E8. Grayscale: #BABABA. Windows color (decimal): -2766057 or 1559509. OLE color: 1559509.

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

Color convert

RGB 213 203 23 -
CMYK 0 0.05 0.89 0.16
HSL 56.84º 0.81% 0.46% -
HSV(B) 56.84º 0.89% 0.84% -
XYZ 48.95 56.92 9.22 -
YUV 185.47 36.31 147.64 -
System Red Green Blue C M Y K H S L
Decimal 213 203 23 0 0.05 0.89 0.16 56.84 0.81 0.46
Hex D5 CB 17 0 5 59 10 39 51 2E
Octal 325 313 27 0 5 131 20 71 121 56
Binary 11010101 11001011 10111 0 101 1011001 10000 111001 1010001 101110

Color Harmonies of #D5CB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB17

Black with #D5CB17

Text Example


Text Example

White with #D5CB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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