Html Css Color HEX #CCC11B Bird Flower

📋 copy color: '#CCC11B'

red 204 ◦ green 193 ◦ blue 27

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

Shades of Bird Flower #CCC11B

Tints of Bird Flower #CCC11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.37%

R = 48.11%
G = 45.52%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCC11B (or 0xCCC11B) is known color: Bird Flower. HEX triplet: CC, C1 and 1B. RGB value is (204,193,27). Sum of RGB (Red+Green+Blue) = 204+193+27=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC11B is #333EE4. Grayscale: #B2B2B2. Windows color (decimal): -3358437 or 1819084. OLE color: 1819084.

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

Color convert

RGB 204 193 27 -
CMYK 0 0.05 0.87 0.2
HSL 56.27º 0.77% 0.45% -
HSV(B) 56.27º 0.87% 0.8% -
XYZ 44.17 51.06 8.56 -
YUV 177.37 43.14 147 -
System Red Green Blue C M Y K H S L
Decimal 204 193 27 0 0.05 0.87 0.2 56.27 0.77 0.45
Hex CC C1 1B 0 5 57 14 38 4D 2D
Octal 314 301 33 0 5 127 24 70 115 55
Binary 11001100 11000001 11011 0 101 1010111 10100 111000 1001101 101101

Color Harmonies of #CCC11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC11B

Black with #CCC11B

Text Example


Text Example

White with #CCC11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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