Html Css Color HEX #CCC62A Barberry

📋 copy color: '#CCC62A'

red 204 ◦ green 198 ◦ blue 42

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

Shades of Barberry #CCC62A

Tints of Barberry #CCC62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.46%

R = 45.95%
G = 44.59%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCC62A (or 0xCCC62A) is known color: Barberry. HEX triplet: CC, C6 and 2A. RGB value is (204,198,42). Sum of RGB (Red+Green+Blue) = 204+198+42=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC62A is #3339D5. Grayscale: #B6B6B6. Windows color (decimal): -3357142 or 2803404. OLE color: 2803404.

HSL color Cylindrical-coordinate representation of color #CCC62A: hue angle of 57.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCC62A is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 42 -
CMYK 0 0.03 0.79 0.2
HSL 57.78º 0.66% 0.48% -
HSV(B) 57.78º 0.79% 0.8% -
XYZ 45.51 53.39 10.1 -
YUV 182.01 48.99 143.68 -
System Red Green Blue C M Y K H S L
Decimal 204 198 42 0 0.03 0.79 0.2 57.78 0.66 0.48
Hex CC C6 2A 0 3 4F 14 3A 42 30
Octal 314 306 52 0 3 117 24 72 102 60
Binary 11001100 11000110 101010 0 11 1001111 10100 111010 1000010 110000

Color Harmonies of #CCC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC62A

Black with #CCC62A

Text Example


Text Example

White with #CCC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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