Html Css Color HEX #CCC711 Bird Flower

📋 copy color: '#CCC711'

red 204 ◦ green 199 ◦ blue 17

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

Shades of Bird Flower #CCC711

Tints of Bird Flower #CCC711

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.38%

 BLUE value IS 17 (7.03% from 255) = 4.05%

R = 48.57%
G = 47.38%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCC711 (or 0xCCC711) is known color: Bird Flower. HEX triplet: CC, C7 and 11. RGB value is (204,199,17). Sum of RGB (Red+Green+Blue) = 204+199+17=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC711 is #3338EE. Grayscale: #B4B4B4. Windows color (decimal): -3356911 or 1165260. OLE color: 1165260.

HSL color Cylindrical-coordinate representation of color #CCC711: hue angle of 58.4º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCC711 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 17 -
CMYK 0 0.02 0.92 0.2
HSL 58.4º 0.85% 0.43% -
HSV(B) 58.4º 0.92% 0.8% -
XYZ 45.43 53.72 8.51 -
YUV 179.75 36.16 145.3 -
System Red Green Blue C M Y K H S L
Decimal 204 199 17 0 0.02 0.92 0.2 58.4 0.85 0.43
Hex CC C7 11 0 2 5C 14 3A 55 2B
Octal 314 307 21 0 2 134 24 72 125 53
Binary 11001100 11000111 10001 0 10 1011100 10100 111010 1010101 101011

Color Harmonies of #CCC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC711

Black with #CCC711

Text Example


Text Example

White with #CCC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC711; }

 p { color: rgb(204,199,17); }

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

background-color css

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

 a { background-color: rgb(204,199,17); }

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

border-color css

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

 span { border-color: rgb(204,199,17); }

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