Html Css Color HEX #CCC225 Barberry

📋 copy color: '#CCC225'

red 204 ◦ green 194 ◦ blue 37

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

Shades of Barberry #CCC225

Tints of Barberry #CCC225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.6%

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

R = 46.9%
G = 44.6%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC225 (or 0xCCC225) is known color: Barberry. HEX triplet: CC, C2 and 25. RGB value is (204,194,37). Sum of RGB (Red+Green+Blue) = 204+194+37=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC225 is #333DDA. Grayscale: #B3B3B3. Windows color (decimal): -3358171 or 2474700. OLE color: 2474700.

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

Color convert

RGB 204 194 37 -
CMYK 0 0.05 0.82 0.2
HSL 56.41º 0.69% 0.47% -
HSV(B) 56.41º 0.82% 0.8% -
XYZ 44.53 51.55 9.35 -
YUV 179.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 204 194 37 0 0.05 0.82 0.2 56.41 0.69 0.47
Hex CC C2 25 0 5 52 14 38 45 2F
Octal 314 302 45 0 5 122 24 70 105 57
Binary 11001100 11000010 100101 0 101 1010010 10100 111000 1000101 101111

Color Harmonies of #CCC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC225

Black with #CCC225

Text Example


Text Example

White with #CCC225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC225; }

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

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

background-color css

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

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

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

border-color css

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

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

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