Html Css Color HEX #CCCC0E Bird Flower

📋 copy color: '#CCCC0E'

red 204 ◦ green 204 ◦ blue 14

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

Shades of Bird Flower #CCCC0E

Tints of Bird Flower #CCCC0E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.34%

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

R = 48.34%
G = 48.34%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCCC0E (or 0xCCCC0E) is known color: Bird Flower. HEX triplet: CC, CC and 0E. RGB value is (204,204,14). Sum of RGB (Red+Green+Blue) = 204+204+14=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC0E is #3333F1. Grayscale: #B7B7B7. Windows color (decimal): -3355634 or 969932. OLE color: 969932.

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

Color convert

RGB 204 204 14 -
CMYK 0 0 0.93 0.2
HSL 60º 0.87% 0.43% -
HSV(B) 60º 0.93% 0.8% -
XYZ 46.57 56.05 8.78 -
YUV 182.34 33 143.45 -
System Red Green Blue C M Y K H S L
Decimal 204 204 14 0 0 0.93 0.2 60 0.87 0.43
Hex CC CC E 0 0 5D 14 3C 57 2B
Octal 314 314 16 0 0 135 24 74 127 53
Binary 11001100 11001100 1110 0 0 1011101 10100 111100 1010111 101011

Color Harmonies of #CCCC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC0E

Black with #CCCC0E

Text Example


Text Example

White with #CCCC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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