Html Css Color HEX #CCC722 Barberry

📋 copy color: '#CCC722'

red 204 ◦ green 199 ◦ blue 34

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

Shades of Barberry #CCC722

Tints of Barberry #CCC722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.78%

R = 46.68%
G = 45.54%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCC722 (or 0xCCC722) is known color: Barberry. HEX triplet: CC, C7 and 22. RGB value is (204,199,34). Sum of RGB (Red+Green+Blue) = 204+199+34=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC722 is #3338DD. Grayscale: #B6B6B6. Windows color (decimal): -3356894 or 2279372. OLE color: 2279372.

HSL color Cylindrical-coordinate representation of color #CCC722: hue angle of 58.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCC722 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 34 -
CMYK 0 0.02 0.83 0.2
HSL 58.24º 0.71% 0.47% -
HSV(B) 58.24º 0.83% 0.8% -
XYZ 45.61 53.8 9.49 -
YUV 181.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 204 199 34 0 0.02 0.83 0.2 58.24 0.71 0.47
Hex CC C7 22 0 2 53 14 3A 47 2F
Octal 314 307 42 0 2 123 24 72 107 57
Binary 11001100 11000111 100010 0 10 1010011 10100 111010 1000111 101111

Color Harmonies of #CCC722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC722

Black with #CCC722

Text Example


Text Example

White with #CCC722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC722; }

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

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

background-color css

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

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

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

border-color css

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

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

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