Html Css Color HEX #CCC925 Barberry

📋 copy color: '#CCC925'

red 204 ◦ green 201 ◦ blue 37

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

Shades of Barberry #CCC925

Tints of Barberry #CCC925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

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

R = 46.15%
G = 45.48%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC925 (or 0xCCC925) is known color: Barberry. HEX triplet: CC, C9 and 25. RGB value is (204,201,37). Sum of RGB (Red+Green+Blue) = 204+201+37=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC925 is #3336DA. Grayscale: #B7B7B7. Windows color (decimal): -3356379 or 2476492. OLE color: 2476492.

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

Color convert

RGB 204 201 37 -
CMYK 0 0.01 0.82 0.2
HSL 58.92º 0.69% 0.47% -
HSV(B) 58.92º 0.82% 0.8% -
XYZ 46.12 54.74 9.89 -
YUV 183.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 204 201 37 0 0.01 0.82 0.2 58.92 0.69 0.47
Hex CC C9 25 0 1 52 14 3B 45 2F
Octal 314 311 45 0 1 122 24 73 105 57
Binary 11001100 11001001 100101 0 1 1010010 10100 111011 1000101 101111

Color Harmonies of #CCC925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC925

Black with #CCC925

Text Example


Text Example

White with #CCC925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC925; }

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

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

background-color css

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

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

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

border-color css

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

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

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