Html Css Color HEX #CCC427 Barberry

📋 copy color: '#CCC427'

red 204 ◦ green 196 ◦ blue 39

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

Shades of Barberry #CCC427

Tints of Barberry #CCC427

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.65%

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

R = 46.47%
G = 44.65%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCC427 (or 0xCCC427) is known color: Barberry. HEX triplet: CC, C4 and 27. RGB value is (204,196,39). Sum of RGB (Red+Green+Blue) = 204+196+39=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC427 is #333BD8. Grayscale: #B5B5B5. Windows color (decimal): -3357657 or 2606284. OLE color: 2606284.

HSL color Cylindrical-coordinate representation of color #CCC427: hue angle of 57.09º 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 #CCC427 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 39 -
CMYK 0 0.04 0.81 0.2
HSL 57.09º 0.68% 0.48% -
HSV(B) 57.09º 0.81% 0.8% -
XYZ 45.01 52.46 9.67 -
YUV 180.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 204 196 39 0 0.04 0.81 0.2 57.09 0.68 0.48
Hex CC C4 27 0 4 51 14 39 44 30
Octal 314 304 47 0 4 121 24 71 104 60
Binary 11001100 11000100 100111 0 100 1010001 10100 111001 1000100 110000

Color Harmonies of #CCC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC427

Black with #CCC427

Text Example


Text Example

White with #CCC427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC427; }

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

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

background-color css

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

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

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

border-color css

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

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

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