Html Css Color HEX #CCC922 Barberry

📋 copy color: '#CCC922'

red 204 ◦ green 201 ◦ blue 34

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

Shades of Barberry #CCC922

Tints of Barberry #CCC922

RGB

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

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

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

R = 46.47%
G = 45.79%
B = 7.74%

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

#CCC922 (or 0xCCC922) is known color: Barberry. HEX triplet: CC, C9 and 22. RGB value is (204,201,34). Sum of RGB (Red+Green+Blue) = 204+201+34=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC922 is #3336DD. Grayscale: #B7B7B7. Windows color (decimal): -3356382 or 2279884. OLE color: 2279884.

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

Color convert

RGB 204 201 34 -
CMYK 0 0.01 0.83 0.2
HSL 58.94º 0.71% 0.47% -
HSV(B) 58.94º 0.83% 0.8% -
XYZ 46.08 54.73 9.65 -
YUV 182.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 204 201 34 0 0.01 0.83 0.2 58.94 0.71 0.47
Hex CC C9 22 0 1 53 14 3B 47 2F
Octal 314 311 42 0 1 123 24 73 107 57
Binary 11001100 11001001 100010 0 1 1010011 10100 111011 1000111 101111

Color Harmonies of #CCC922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC922

Black with #CCC922

Text Example


Text Example

White with #CCC922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC922; }

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

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

background-color css

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

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

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

border-color css

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

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

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