Html Css Color HEX #CCD117 Barberry

📋 copy color: '#CCD117'

red 204 ◦ green 209 ◦ blue 23

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

Shades of Barberry #CCD117

Tints of Barberry #CCD117

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.94%

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

R = 46.79%
G = 47.94%
B = 5.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#CCD117 (or 0xCCD117) is known color: Barberry. HEX triplet: CC, D1 and 17. RGB value is (204,209,23). Sum of RGB (Red+Green+Blue) = 204+209+23=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD117 is #332EE8. Grayscale: #BBBBBB. Windows color (decimal): -3354345 or 1561036. OLE color: 1561036.

HSL color Cylindrical-coordinate representation of color #CCD117: hue angle of 61.61º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCD117 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 23 -
CMYK 0.02 0 0.89 0.18
HSL 61.61º 0.8% 0.45% -
HSV(B) 61.61º 0.89% 0.82% -
XYZ 47.86 58.5 9.58 -
YUV 186.3 35.84 140.62 -
System Red Green Blue C M Y K H S L
Decimal 204 209 23 0.02 0 0.89 0.18 61.61 0.8 0.45
Hex CC D1 17 2 0 59 12 3E 50 2D
Octal 314 321 27 2 0 131 22 76 120 55
Binary 11001100 11010001 10111 10 0 1011001 10010 111110 1010000 101101

Color Harmonies of #CCD117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD117

Black with #CCD117

Text Example


Text Example

White with #CCD117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD117; }

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

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

background-color css

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

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

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

border-color css

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

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

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