Html Css Color HEX #CCC71C Barberry

📋 copy color: '#CCC71C'

red 204 ◦ green 199 ◦ blue 28

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

Shades of Barberry #CCC71C

Tints of Barberry #CCC71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.17%

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 47.33%
G = 46.17%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCC71C (or 0xCCC71C) is known color: Barberry. HEX triplet: CC, C7 and 1C. RGB value is (204,199,28). Sum of RGB (Red+Green+Blue) = 204+199+28=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC71C is #3338E3. Grayscale: #B5B5B5. Windows color (decimal): -3356900 or 1886156. OLE color: 1886156.

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

Color convert

RGB 204 199 28 -
CMYK 0 0.02 0.86 0.2
HSL 58.3º 0.76% 0.45% -
HSV(B) 58.3º 0.86% 0.8% -
XYZ 45.53 53.77 9.08 -
YUV 181 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 204 199 28 0 0.02 0.86 0.2 58.3 0.76 0.45
Hex CC C7 1C 0 2 56 14 3A 4C 2D
Octal 314 307 34 0 2 126 24 72 114 55
Binary 11001100 11000111 11100 0 10 1010110 10100 111010 1001100 101101

Color Harmonies of #CCC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC71C

Black with #CCC71C

Text Example


Text Example

White with #CCC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC71C; }

 p { color: rgb(204,199,28); }

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

background-color css

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

 a { background-color: rgb(204,199,28); }

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

border-color css

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

 span { border-color: rgb(204,199,28); }

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