Html Css Color HEX #CCC123 Barberry

📋 copy color: '#CCC123'

red 204 ◦ green 193 ◦ blue 35

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

Shades of Barberry #CCC123

Tints of Barberry #CCC123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.1%

R = 47.22%
G = 44.68%
B = 8.1%

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

#CCC123 (or 0xCCC123) is known color: Barberry. HEX triplet: CC, C1 and 23. RGB value is (204,193,35). Sum of RGB (Red+Green+Blue) = 204+193+35=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC123 is #333EDC. Grayscale: #B2B2B2. Windows color (decimal): -3358429 or 2343372. OLE color: 2343372.

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

Color convert

RGB 204 193 35 -
CMYK 0 0.05 0.83 0.2
HSL 56.09º 0.71% 0.47% -
HSV(B) 56.09º 0.83% 0.8% -
XYZ 44.28 51.1 9.12 -
YUV 178.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 204 193 35 0 0.05 0.83 0.2 56.09 0.71 0.47
Hex CC C1 23 0 5 53 14 38 47 2F
Octal 314 301 43 0 5 123 24 70 107 57
Binary 11001100 11000001 100011 0 101 1010011 10100 111000 1000111 101111

Color Harmonies of #CCC123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC123

Black with #CCC123

Text Example


Text Example

White with #CCC123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC123; }

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

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

background-color css

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

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

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

border-color css

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

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

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