Html Css Color HEX #CCC625 Barberry

📋 copy color: '#CCC625'

red 204 ◦ green 198 ◦ blue 37

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

Shades of Barberry #CCC625

Tints of Barberry #CCC625

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.1%

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

R = 46.47%
G = 45.1%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC625 (or 0xCCC625) is known color: Barberry. HEX triplet: CC, C6 and 25. RGB value is (204,198,37). Sum of RGB (Red+Green+Blue) = 204+198+37=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC625 is #3339DA. Grayscale: #B6B6B6. Windows color (decimal): -3357147 or 2475724. OLE color: 2475724.

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

Color convert

RGB 204 198 37 -
CMYK 0 0.03 0.82 0.2
HSL 57.84º 0.69% 0.47% -
HSV(B) 57.84º 0.82% 0.8% -
XYZ 45.43 53.36 9.66 -
YUV 181.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 204 198 37 0 0.03 0.82 0.2 57.84 0.69 0.47
Hex CC C6 25 0 3 52 14 3A 45 2F
Octal 314 306 45 0 3 122 24 72 105 57
Binary 11001100 11000110 100101 0 11 1010010 10100 111010 1000101 101111

Color Harmonies of #CCC625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC625

Black with #CCC625

Text Example


Text Example

White with #CCC625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC625; }

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

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

background-color css

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

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

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

border-color css

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

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

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