Html Css Color HEX #CCC122 Barberry

📋 copy color: '#CCC122'

red 204 ◦ green 193 ◦ blue 34

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

Shades of Barberry #CCC122

Tints of Barberry #CCC122

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.78%

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

R = 47.33%
G = 44.78%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCC122 (or 0xCCC122) is known color: Barberry. HEX triplet: CC, C1 and 22. RGB value is (204,193,34). Sum of RGB (Red+Green+Blue) = 204+193+34=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC122 is #333EDD. Grayscale: #B2B2B2. Windows color (decimal): -3358430 or 2277836. OLE color: 2277836.

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

Color convert

RGB 204 193 34 -
CMYK 0 0.05 0.83 0.2
HSL 56.12º 0.71% 0.47% -
HSV(B) 56.12º 0.83% 0.8% -
XYZ 44.26 51.09 9.04 -
YUV 178.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 204 193 34 0 0.05 0.83 0.2 56.12 0.71 0.47
Hex CC C1 22 0 5 53 14 38 47 2F
Octal 314 301 42 0 5 123 24 70 107 57
Binary 11001100 11000001 100010 0 101 1010011 10100 111000 1000111 101111

Color Harmonies of #CCC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC122

Black with #CCC122

Text Example


Text Example

White with #CCC122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC122; }

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

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

background-color css

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

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

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

border-color css

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

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

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