Html Css Color HEX #CCC425 Barberry

📋 copy color: '#CCC425'

red 204 ◦ green 196 ◦ blue 37

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

Shades of Barberry #CCC425

Tints of Barberry #CCC425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.47%

R = 46.68%
G = 44.85%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC425 (or 0xCCC425) is known color: Barberry. HEX triplet: CC, C4 and 25. RGB value is (204,196,37). Sum of RGB (Red+Green+Blue) = 204+196+37=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC425 is #333BDA. Grayscale: #B4B4B4. Windows color (decimal): -3357659 or 2475212. OLE color: 2475212.

HSL color Cylindrical-coordinate representation of color #CCC425: hue angle of 57.13º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCC425 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 37 -
CMYK 0 0.04 0.82 0.2
HSL 57.13º 0.69% 0.47% -
HSV(B) 57.13º 0.82% 0.8% -
XYZ 44.98 52.45 9.5 -
YUV 180.27 47.15 144.93 -
System Red Green Blue C M Y K H S L
Decimal 204 196 37 0 0.04 0.82 0.2 57.13 0.69 0.47
Hex CC C4 25 0 4 52 14 39 45 2F
Octal 314 304 45 0 4 122 24 71 105 57
Binary 11001100 11000100 100101 0 100 1010010 10100 111001 1000101 101111

Color Harmonies of #CCC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC425

Black with #CCC425

Text Example


Text Example

White with #CCC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC425; }

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

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

background-color css

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

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

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

border-color css

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

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

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