Html Css Color HEX #CCD910 Barberry

📋 copy color: '#CCD910'

red 204 ◦ green 217 ◦ blue 16

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

Shades of Barberry #CCD910

Tints of Barberry #CCD910

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.66%

 BLUE value IS 16 (6.64% from 255) = 3.66%

R = 46.68%
G = 49.66%
B = 3.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#CCD910 (or 0xCCD910) is known color: Barberry. HEX triplet: CC, D9 and 10. RGB value is (204,217,16). Sum of RGB (Red+Green+Blue) = 204+217+16=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD910 is #3326EF. Grayscale: #BEBEBE. Windows color (decimal): -3352304 or 1104332. OLE color: 1104332.

HSL color Cylindrical-coordinate representation of color #CCD910: hue angle of 63.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCD910 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 16 -
CMYK 0.06 0 0.93 0.15
HSL 63.88º 0.86% 0.46% -
HSV(B) 63.88º 0.93% 0.85% -
XYZ 49.81 62.5 9.93 -
YUV 190.2 29.69 137.84 -
System Red Green Blue C M Y K H S L
Decimal 204 217 16 0.06 0 0.93 0.15 63.88 0.86 0.46
Hex CC D9 10 6 0 5D F 40 56 2E
Octal 314 331 20 6 0 135 17 100 126 56
Binary 11001100 11011001 10000 110 0 1011101 1111 1000000 1010110 101110

Color Harmonies of #CCD910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD910

Black with #CCD910

Text Example


Text Example

White with #CCD910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD910; }

 p { color: rgb(204,217,16); }

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

background-color css

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

 a { background-color: rgb(204,217,16); }

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

border-color css

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

 span { border-color: rgb(204,217,16); }

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