Html Css Color HEX #CCC926 Barberry

📋 copy color: '#CCC926'

red 204 ◦ green 201 ◦ blue 38

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

Shades of Barberry #CCC926

Tints of Barberry #CCC926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.58%

R = 46.05%
G = 45.37%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCC926 (or 0xCCC926) is known color: Barberry. HEX triplet: CC, C9 and 26. RGB value is (204,201,38). Sum of RGB (Red+Green+Blue) = 204+201+38=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC926 is #3336D9. Grayscale: #B7B7B7. Windows color (decimal): -3356378 or 2542028. OLE color: 2542028.

HSL color Cylindrical-coordinate representation of color #CCC926: hue angle of 58.92º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCC926 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 38 -
CMYK 0 0.01 0.81 0.2
HSL 58.92º 0.69% 0.47% -
HSV(B) 58.92º 0.81% 0.8% -
XYZ 46.14 54.75 9.97 -
YUV 183.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 204 201 38 0 0.01 0.81 0.2 58.92 0.69 0.47
Hex CC C9 26 0 1 51 14 3B 45 2F
Octal 314 311 46 0 1 121 24 73 105 57
Binary 11001100 11001001 100110 0 1 1010001 10100 111011 1000101 101111

Color Harmonies of #CCC926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC926

Black with #CCC926

Text Example


Text Example

White with #CCC926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC926; }

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

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

background-color css

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

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

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

border-color css

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

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

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