Html Css Color HEX #CCD517 Barberry

📋 copy color: '#CCD517'

red 204 ◦ green 213 ◦ blue 23

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

Shades of Barberry #CCD517

Tints of Barberry #CCD517

RGB

 RED value IS 204 (80.08% from 255) = 46.36%

 GREEN value IS 213 (83.59% from 255) = 48.41%

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

R = 46.36%
G = 48.41%
B = 5.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#CCD517 (or 0xCCD517) is known color: Barberry. HEX triplet: CC, D5 and 17. RGB value is (204,213,23). Sum of RGB (Red+Green+Blue) = 204+213+23=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD517 is #332AE8. Grayscale: #BDBDBD. Windows color (decimal): -3353321 or 1562060. OLE color: 1562060.

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

Color convert

RGB 204 213 23 -
CMYK 0.04 0 0.89 0.16
HSL 62.84º 0.81% 0.46% -
HSV(B) 62.84º 0.89% 0.84% -
XYZ 48.85 60.49 9.91 -
YUV 188.65 34.52 138.95 -
System Red Green Blue C M Y K H S L
Decimal 204 213 23 0.04 0 0.89 0.16 62.84 0.81 0.46
Hex CC D5 17 4 0 59 10 3F 51 2E
Octal 314 325 27 4 0 131 20 77 121 56
Binary 11001100 11010101 10111 100 0 1011001 10000 111111 1010001 101110

Color Harmonies of #CCD517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD517

Black with #CCD517

Text Example


Text Example

White with #CCD517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD517; }

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

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

background-color css

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

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

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

border-color css

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

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

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