Html Css Color HEX #CCC127 Barberry

📋 copy color: '#CCC127'

red 204 ◦ green 193 ◦ blue 39

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

Shades of Barberry #CCC127

Tints of Barberry #CCC127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.27%

 BLUE value IS 39 (15.63% from 255) = 8.94%

R = 46.79%
G = 44.27%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCC127 (or 0xCCC127) is known color: Barberry. HEX triplet: CC, C1 and 27. RGB value is (204,193,39). Sum of RGB (Red+Green+Blue) = 204+193+39=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC127 is #333ED8. Grayscale: #B3B3B3. Windows color (decimal): -3358425 or 2605516. OLE color: 2605516.

HSL color Cylindrical-coordinate representation of color #CCC127: hue angle of 56º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCC127 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 39 -
CMYK 0 0.05 0.81 0.2
HSL 56º 0.68% 0.48% -
HSV(B) 56º 0.81% 0.8% -
XYZ 44.34 51.12 9.45 -
YUV 178.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 204 193 39 0 0.05 0.81 0.2 56 0.68 0.48
Hex CC C1 27 0 5 51 14 38 44 30
Octal 314 301 47 0 5 121 24 70 104 60
Binary 11001100 11000001 100111 0 101 1010001 10100 111000 1000100 110000

Color Harmonies of #CCC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC127

Black with #CCC127

Text Example


Text Example

White with #CCC127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC127; }

 p { color: rgb(204,193,39); }

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

background-color css

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

 a { background-color: rgb(204,193,39); }

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

border-color css

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

 span { border-color: rgb(204,193,39); }

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