Html Css Color HEX #CCC62F Barberry

📋 copy color: '#CCC62F'

red 204 ◦ green 198 ◦ blue 47

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

Shades of Barberry #CCC62F

Tints of Barberry #CCC62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.47%

R = 45.43%
G = 44.1%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCC62F (or 0xCCC62F) is known color: Barberry. HEX triplet: CC, C6 and 2F. RGB value is (204,198,47). Sum of RGB (Red+Green+Blue) = 204+198+47=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC62F is #3339D0. Grayscale: #B7B7B7. Windows color (decimal): -3357137 or 3131084. OLE color: 3131084.

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

Color convert

RGB 204 198 47 -
CMYK 0 0.03 0.77 0.2
HSL 57.71º 0.63% 0.49% -
HSV(B) 57.71º 0.77% 0.8% -
XYZ 45.61 53.43 10.6 -
YUV 182.58 51.49 143.28 -
System Red Green Blue C M Y K H S L
Decimal 204 198 47 0 0.03 0.77 0.2 57.71 0.63 0.49
Hex CC C6 2F 0 3 4D 14 3A 3F 31
Octal 314 306 57 0 3 115 24 72 77 61
Binary 11001100 11000110 101111 0 11 1001101 10100 111010 111111 110001

Color Harmonies of #CCC62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC62F

Black with #CCC62F

Text Example


Text Example

White with #CCC62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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