Html Css Color HEX #CCC822 Barberry

📋 copy color: '#CCC822'

red 204 ◦ green 200 ◦ blue 34

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

Shades of Barberry #CCC822

Tints of Barberry #CCC822

RGB

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

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

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

R = 46.58%
G = 45.66%
B = 7.76%

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

#CCC822 (or 0xCCC822) is known color: Barberry. HEX triplet: CC, C8 and 22. RGB value is (204,200,34). Sum of RGB (Red+Green+Blue) = 204+200+34=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC822 is #3337DD. Grayscale: #B6B6B6. Windows color (decimal): -3356638 or 2279628. OLE color: 2279628.

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

Color convert

RGB 204 200 34 -
CMYK 0 0.02 0.83 0.2
HSL 58.59º 0.71% 0.47% -
HSV(B) 58.59º 0.83% 0.8% -
XYZ 45.84 54.26 9.57 -
YUV 182.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 204 200 34 0 0.02 0.83 0.2 58.59 0.71 0.47
Hex CC C8 22 0 2 53 14 3B 47 2F
Octal 314 310 42 0 2 123 24 73 107 57
Binary 11001100 11001000 100010 0 10 1010011 10100 111011 1000111 101111

Color Harmonies of #CCC822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC822

Black with #CCC822

Text Example


Text Example

White with #CCC822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC822; }

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

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

background-color css

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

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

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

border-color css

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

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

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