Html Css Color HEX #CCC725 Barberry

📋 copy color: '#CCC725'

red 204 ◦ green 199 ◦ blue 37

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

Shades of Barberry #CCC725

Tints of Barberry #CCC725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.23%

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

R = 46.36%
G = 45.23%
B = 8.41%

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

#CCC725 (or 0xCCC725) is known color: Barberry. HEX triplet: CC, C7 and 25. RGB value is (204,199,37). Sum of RGB (Red+Green+Blue) = 204+199+37=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC725 is #3338DA. Grayscale: #B6B6B6. Windows color (decimal): -3356891 or 2475980. OLE color: 2475980.

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

Color convert

RGB 204 199 37 -
CMYK 0 0.02 0.82 0.2
HSL 58.2º 0.69% 0.47% -
HSV(B) 58.2º 0.82% 0.8% -
XYZ 45.66 53.82 9.73 -
YUV 182.03 46.16 143.67 -
System Red Green Blue C M Y K H S L
Decimal 204 199 37 0 0.02 0.82 0.2 58.2 0.69 0.47
Hex CC C7 25 0 2 52 14 3A 45 2F
Octal 314 307 45 0 2 122 24 72 105 57
Binary 11001100 11000111 100101 0 10 1010010 10100 111010 1000101 101111

Color Harmonies of #CCC725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC725

Black with #CCC725

Text Example


Text Example

White with #CCC725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC725; }

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

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

background-color css

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

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

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

border-color css

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

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

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