Html Css Color HEX #CCC825 Barberry

📋 copy color: '#CCC825'

red 204 ◦ green 200 ◦ blue 37

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

Shades of Barberry #CCC825

Tints of Barberry #CCC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

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

R = 46.26%
G = 45.35%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC825 (or 0xCCC825) is known color: Barberry. HEX triplet: CC, C8 and 25. RGB value is (204,200,37). Sum of RGB (Red+Green+Blue) = 204+200+37=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC825 is #3337DA. Grayscale: #B7B7B7. Windows color (decimal): -3356635 or 2476236. OLE color: 2476236.

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

Color convert

RGB 204 200 37 -
CMYK 0 0.02 0.82 0.2
HSL 58.56º 0.69% 0.47% -
HSV(B) 58.56º 0.82% 0.8% -
XYZ 45.89 54.28 9.81 -
YUV 182.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 204 200 37 0 0.02 0.82 0.2 58.56 0.69 0.47
Hex CC C8 25 0 2 52 14 3B 45 2F
Octal 314 310 45 0 2 122 24 73 105 57
Binary 11001100 11001000 100101 0 10 1010010 10100 111011 1000101 101111

Color Harmonies of #CCC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC825

Black with #CCC825

Text Example


Text Example

White with #CCC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC825; }

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

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

background-color css

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

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

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

border-color css

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

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

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