Html Css Color HEX #CCCE0E Bird Flower

📋 copy color: '#CCCE0E'

red 204 ◦ green 206 ◦ blue 14

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

Shades of Bird Flower #CCCE0E

Tints of Bird Flower #CCCE0E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.58%

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

R = 48.11%
G = 48.58%
B = 3.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CCCE0E (or 0xCCCE0E) is known color: Bird Flower. HEX triplet: CC, CE and 0E. RGB value is (204,206,14). Sum of RGB (Red+Green+Blue) = 204+206+14=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE0E is #3331F1. Grayscale: #B8B8B8. Windows color (decimal): -3355122 or 970444. OLE color: 970444.

HSL color Cylindrical-coordinate representation of color #CCCE0E: hue angle of 60.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCCE0E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 14 -
CMYK 0.01 0 0.93 0.19
HSL 60.63º 0.87% 0.43% -
HSV(B) 60.63º 0.93% 0.81% -
XYZ 47.05 57.01 8.94 -
YUV 183.51 32.34 142.61 -
System Red Green Blue C M Y K H S L
Decimal 204 206 14 0.01 0 0.93 0.19 60.63 0.87 0.43
Hex CC CE E 1 0 5D 13 3D 57 2B
Octal 314 316 16 1 0 135 23 75 127 53
Binary 11001100 11001110 1110 1 0 1011101 10011 111101 1010111 101011

Color Harmonies of #CCCE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE0E

Black with #CCCE0E

Text Example


Text Example

White with #CCCE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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