Html Css Color HEX #CECF06 Bird Flower

📋 copy color: '#CECF06'

red 206 ◦ green 207 ◦ blue 6

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

Shades of Bird Flower #CECF06

Tints of Bird Flower #CECF06

RGB

 RED value IS 206 (80.86% from 255) = 49.16%

 GREEN value IS 207 (81.25% from 255) = 49.4%

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 49.16%
G = 49.4%
B = 1.43%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CECF06 (or 0xCECF06) is known color: Bird Flower. HEX triplet: CE, CF and 06. RGB value is (206,207,6). Sum of RGB (Red+Green+Blue) = 206+207+6=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF06 is #3130F9. Grayscale: #B8B8B8. Windows color (decimal): -3223802 or 446414. OLE color: 446414.

HSL color Cylindrical-coordinate representation of color #CECF06: hue angle of 60.3º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CECF06 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 207 6 -
CMYK 0.00 0 0.97 0.19
HSL 60.3º 0.94% 0.42% -
HSV(B) 60.3º 0.97% 0.81% -
XYZ 47.8 57.76 8.8 -
YUV 183.79 27.67 143.84 -
System Red Green Blue C M Y K H S L
Decimal 206 207 6 0.00 0 0.97 0.19 60.3 0.94 0.42
Hex CE CF 6 0 0 61 13 3C 5E 2A
Octal 316 317 6 0 0 141 23 74 136 52
Binary 11001110 11001111 110 0 0 1100001 10011 111100 1011110 101010

Color Harmonies of #CECF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECF06

Black with #CECF06

Text Example


Text Example

White with #CECF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECF06; }

 p { color: rgb(206,207,6); }

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

background-color css

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

 a { background-color: rgb(206,207,6); }

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

border-color css

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

 span { border-color: rgb(206,207,6); }

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