Html Css Color HEX #CCC00F Bird Flower

📋 copy color: '#CCC00F'

red 204 ◦ green 192 ◦ blue 15

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

Shades of Bird Flower #CCC00F

Tints of Bird Flower #CCC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

 BLUE value IS 15 (6.25% from 255) = 3.65%

R = 49.64%
G = 46.72%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCC00F (or 0xCCC00F) is known color: Bird Flower. HEX triplet: CC, C0 and 0F. RGB value is (204,192,15). Sum of RGB (Red+Green+Blue) = 204+192+15=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC00F is #333FF0. Grayscale: #B0B0B0. Windows color (decimal): -3358705 or 1032396. OLE color: 1032396.

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

Color convert

RGB 204 192 15 -
CMYK 0 0.06 0.93 0.2
HSL 56.19º 0.86% 0.43% -
HSV(B) 56.19º 0.93% 0.8% -
XYZ 43.84 50.57 7.9 -
YUV 175.41 37.48 148.39 -
System Red Green Blue C M Y K H S L
Decimal 204 192 15 0 0.06 0.93 0.2 56.19 0.86 0.43
Hex CC C0 F 0 6 5D 14 38 56 2B
Octal 314 300 17 0 6 135 24 70 126 53
Binary 11001100 11000000 1111 0 110 1011101 10100 111000 1010110 101011

Color Harmonies of #CCC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC00F

Black with #CCC00F

Text Example


Text Example

White with #CCC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC00F; }

 p { color: rgb(204,192,15); }

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

background-color css

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

 a { background-color: rgb(204,192,15); }

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

border-color css

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

 span { border-color: rgb(204,192,15); }

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