Html Css Color HEX #CCC823 Barberry

📋 copy color: '#CCC823'

red 204 ◦ green 200 ◦ blue 35

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

Shades of Barberry #CCC823

Tints of Barberry #CCC823

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

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

R = 46.47%
G = 45.56%
B = 7.97%

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

#CCC823 (or 0xCCC823) is known color: Barberry. HEX triplet: CC, C8 and 23. RGB value is (204,200,35). Sum of RGB (Red+Green+Blue) = 204+200+35=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 35 (14.06% from 255 or 7.97% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC823 is #3337DC. Grayscale: #B7B7B7. Windows color (decimal): -3356637 or 2345164. OLE color: 2345164.

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

Color convert

RGB 204 200 35 -
CMYK 0 0.02 0.83 0.2
HSL 58.58º 0.71% 0.47% -
HSV(B) 58.58º 0.83% 0.8% -
XYZ 45.86 54.27 9.65 -
YUV 182.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 204 200 35 0 0.02 0.83 0.2 58.58 0.71 0.47
Hex CC C8 23 0 2 53 14 3B 47 2F
Octal 314 310 43 0 2 123 24 73 107 57
Binary 11001100 11001000 100011 0 10 1010011 10100 111011 1000111 101111

Color Harmonies of #CCC823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC823

Black with #CCC823

Text Example


Text Example

White with #CCC823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC823; }

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

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

background-color css

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

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

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

border-color css

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

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

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