Html Css Color HEX #CCC00E Bird Flower

📋 copy color: '#CCC00E'

red 204 ◦ green 192 ◦ blue 14

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

Shades of Bird Flower #CCC00E

Tints of Bird Flower #CCC00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 49.76%
G = 46.83%
B = 3.41%

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

#CCC00E (or 0xCCC00E) is known color: Bird Flower. HEX triplet: CC, C0 and 0E. RGB value is (204,192,14). Sum of RGB (Red+Green+Blue) = 204+192+14=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC00E is #333FF1. Grayscale: #B0B0B0. Windows color (decimal): -3358706 or 966860. OLE color: 966860.

HSL color Cylindrical-coordinate representation of color #CCC00E: hue angle of 56.21º degrees, saturation: 0.87, 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 #CCC00E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 14 -
CMYK 0 0.06 0.93 0.2
HSL 56.21º 0.87% 0.43% -
HSV(B) 56.21º 0.93% 0.8% -
XYZ 43.83 50.57 7.87 -
YUV 175.3 36.98 148.47 -
System Red Green Blue C M Y K H S L
Decimal 204 192 14 0 0.06 0.93 0.2 56.21 0.87 0.43
Hex CC C0 E 0 6 5D 14 38 57 2B
Octal 314 300 16 0 6 135 24 70 127 53
Binary 11001100 11000000 1110 0 110 1011101 10100 111000 1010111 101011

Color Harmonies of #CCC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC00E

Black with #CCC00E

Text Example


Text Example

White with #CCC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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