Html Css Color HEX #CCC62B Barberry

📋 copy color: '#CCC62B'

red 204 ◦ green 198 ◦ blue 43

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

Shades of Barberry #CCC62B

Tints of Barberry #CCC62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.66%

R = 45.84%
G = 44.49%
B = 9.66%

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

#CCC62B (or 0xCCC62B) is known color: Barberry. HEX triplet: CC, C6 and 2B. RGB value is (204,198,43). Sum of RGB (Red+Green+Blue) = 204+198+43=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC62B is #3339D4. Grayscale: #B6B6B6. Windows color (decimal): -3357141 or 2868940. OLE color: 2868940.

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

Color convert

RGB 204 198 43 -
CMYK 0 0.03 0.79 0.2
HSL 57.76º 0.65% 0.48% -
HSV(B) 57.76º 0.79% 0.8% -
XYZ 45.53 53.4 10.19 -
YUV 182.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 204 198 43 0 0.03 0.79 0.2 57.76 0.65 0.48
Hex CC C6 2B 0 3 4F 14 3A 41 30
Octal 314 306 53 0 3 117 24 72 101 60
Binary 11001100 11000110 101011 0 11 1001111 10100 111010 1000001 110000

Color Harmonies of #CCC62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC62B

Black with #CCC62B

Text Example


Text Example

White with #CCC62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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