Html Css Color HEX #CCC626 Barberry

📋 copy color: '#CCC626'

red 204 ◦ green 198 ◦ blue 38

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

Shades of Barberry #CCC626

Tints of Barberry #CCC626

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45%

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

R = 46.36%
G = 45%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCC626 (or 0xCCC626) is known color: Barberry. HEX triplet: CC, C6 and 26. RGB value is (204,198,38). Sum of RGB (Red+Green+Blue) = 204+198+38=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC626 is #3339D9. Grayscale: #B6B6B6. Windows color (decimal): -3357146 or 2541260. OLE color: 2541260.

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

Color convert

RGB 204 198 38 -
CMYK 0 0.03 0.81 0.2
HSL 57.83º 0.69% 0.47% -
HSV(B) 57.83º 0.81% 0.8% -
XYZ 45.45 53.37 9.74 -
YUV 181.55 46.99 144.01 -
System Red Green Blue C M Y K H S L
Decimal 204 198 38 0 0.03 0.81 0.2 57.83 0.69 0.47
Hex CC C6 26 0 3 51 14 3A 45 2F
Octal 314 306 46 0 3 121 24 72 105 57
Binary 11001100 11000110 100110 0 11 1010001 10100 111010 1000101 101111

Color Harmonies of #CCC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC626

Black with #CCC626

Text Example


Text Example

White with #CCC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC626; }

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

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

background-color css

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

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

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

border-color css

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

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

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