Html Css Color HEX #CCC623 Barberry

📋 copy color: '#CCC623'

red 204 ◦ green 198 ◦ blue 35

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

Shades of Barberry #CCC623

Tints of Barberry #CCC623

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.31%

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

R = 46.68%
G = 45.31%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCC623 (or 0xCCC623) is known color: Barberry. HEX triplet: CC, C6 and 23. RGB value is (204,198,35). Sum of RGB (Red+Green+Blue) = 204+198+35=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC623 is #3339DC. Grayscale: #B5B5B5. Windows color (decimal): -3357149 or 2344652. OLE color: 2344652.

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

Color convert

RGB 204 198 35 -
CMYK 0 0.03 0.83 0.2
HSL 57.87º 0.71% 0.47% -
HSV(B) 57.87º 0.83% 0.8% -
XYZ 45.4 53.35 9.49 -
YUV 181.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 204 198 35 0 0.03 0.83 0.2 57.87 0.71 0.47
Hex CC C6 23 0 3 53 14 3A 47 2F
Octal 314 306 43 0 3 123 24 72 107 57
Binary 11001100 11000110 100011 0 11 1010011 10100 111010 1000111 101111

Color Harmonies of #CCC623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC623

Black with #CCC623

Text Example


Text Example

White with #CCC623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC623; }

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

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

background-color css

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

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

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

border-color css

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

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

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