Html Css Color HEX #CCC12F Barberry

📋 copy color: '#CCC12F'

red 204 ◦ green 193 ◦ blue 47

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

Shades of Barberry #CCC12F

Tints of Barberry #CCC12F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

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

R = 45.95%
G = 43.47%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCC12F (or 0xCCC12F) is known color: Barberry. HEX triplet: CC, C1 and 2F. RGB value is (204,193,47). Sum of RGB (Red+Green+Blue) = 204+193+47=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC12F is #333ED0. Grayscale: #B4B4B4. Windows color (decimal): -3358417 or 3129804. OLE color: 3129804.

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

Color convert

RGB 204 193 47 -
CMYK 0 0.05 0.77 0.2
HSL 55.8º 0.63% 0.49% -
HSV(B) 55.8º 0.77% 0.8% -
XYZ 44.48 51.18 10.22 -
YUV 179.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 204 193 47 0 0.05 0.77 0.2 55.8 0.63 0.49
Hex CC C1 2F 0 5 4D 14 38 3F 31
Octal 314 301 57 0 5 115 24 70 77 61
Binary 11001100 11000001 101111 0 101 1001101 10100 111000 111111 110001

Color Harmonies of #CCC12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC12F

Black with #CCC12F

Text Example


Text Example

White with #CCC12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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