Html Css Color HEX #CCC724 Barberry

📋 copy color: '#CCC724'

red 204 ◦ green 199 ◦ blue 36

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

Shades of Barberry #CCC724

Tints of Barberry #CCC724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.2%

R = 46.47%
G = 45.33%
B = 8.2%

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

#CCC724 (or 0xCCC724) is known color: Barberry. HEX triplet: CC, C7 and 24. RGB value is (204,199,36). Sum of RGB (Red+Green+Blue) = 204+199+36=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC724 is #3338DB. Grayscale: #B6B6B6. Windows color (decimal): -3356892 or 2410444. OLE color: 2410444.

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

Color convert

RGB 204 199 36 -
CMYK 0 0.02 0.82 0.2
HSL 58.21º 0.7% 0.47% -
HSV(B) 58.21º 0.82% 0.8% -
XYZ 45.64 53.81 9.65 -
YUV 181.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 204 199 36 0 0.02 0.82 0.2 58.21 0.7 0.47
Hex CC C7 24 0 2 52 14 3A 46 2F
Octal 314 307 44 0 2 122 24 72 106 57
Binary 11001100 11000111 100100 0 10 1010010 10100 111010 1000110 101111

Color Harmonies of #CCC724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC724

Black with #CCC724

Text Example


Text Example

White with #CCC724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC724; }

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

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

background-color css

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

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

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

border-color css

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

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

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