Html Css Color HEX #CCC923 Barberry

📋 copy color: '#CCC923'

red 204 ◦ green 201 ◦ blue 35

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

Shades of Barberry #CCC923

Tints of Barberry #CCC923

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.68%

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

R = 46.36%
G = 45.68%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCC923 (or 0xCCC923) is known color: Barberry. HEX triplet: CC, C9 and 23. RGB value is (204,201,35). Sum of RGB (Red+Green+Blue) = 204+201+35=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC923 is #3336DC. Grayscale: #B7B7B7. Windows color (decimal): -3356381 or 2345420. OLE color: 2345420.

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

Color convert

RGB 204 201 35 -
CMYK 0 0.01 0.83 0.2
HSL 58.93º 0.71% 0.47% -
HSV(B) 58.93º 0.83% 0.8% -
XYZ 46.09 54.73 9.73 -
YUV 182.97 44.49 143 -
System Red Green Blue C M Y K H S L
Decimal 204 201 35 0 0.01 0.83 0.2 58.93 0.71 0.47
Hex CC C9 23 0 1 53 14 3B 47 2F
Octal 314 311 43 0 1 123 24 73 107 57
Binary 11001100 11001001 100011 0 1 1010011 10100 111011 1000111 101111

Color Harmonies of #CCC923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC923

Black with #CCC923

Text Example


Text Example

White with #CCC923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC923; }

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

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

background-color css

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

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

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

border-color css

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

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

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